Question 36
A users attempts to set the system time from inside a Docker container are unsuccessful. Could this be blocking this operation?
Solution: Linux capabilities
Solution: Linux capabilities
Question 37
Will this action upgrade Docker Engine CE to Docker Engine EE?
Solution.Run docker engine activate.
Solution.Run docker engine activate.
Question 38
Which of the following commands is used to display system-wide Docker configuration on a host?
Question 39
You configure a local Docker engine to enforce content trust by setting the environment variable DOCKER_CONTENT_TRUST=1.
If myorg/myimage: 1.0 is unsigned, does Docker block this command?
Solution: docker image import <tarball> myorg/myimage:1.0
If myorg/myimage: 1.0 is unsigned, does Docker block this command?
Solution: docker image import <tarball> myorg/myimage:1.0
Question 40
Is this the purpose of Docker Content Trust?
Solution: Verify and encrypt Docker registry TLS.
Solution: Verify and encrypt Docker registry TLS.
