Are these conditions sufficient for Kubernetes to dynamically provision a persistentVolume, assuming there are no limitations on the amount and type of available external storage?
Solution: A default provisioner is specified, and subsequently a persistentVolumeClaim is created.
What is the difference between the ADD and COPY dockerfile instructions? (choosen 2)
Is this the purpose of Docker Content Trust?
Solution: Verify and encrypt Docker registry TLS.
Is this the purpose of Docker Content Trust?
Solution. Sign and verify image tags.
A user is having problems running Docker. Which of the following will start Docker in debug mode?