Question 11
Is this statement correct?
Solution: A Dockerfile stores the Docker daemon's configuration options.
Solution: A Dockerfile stores the Docker daemon's configuration options.
Question 12
If installing Docker using devicemapper for storage with the Intent to run production workloads, how should devicemapper be configured
Question 13
Will this command mount the host's '/data1directory to the ubuntu container in read-only mode?
Solution. 'docker run -v /data:/mydata -mode readonly ubuntu'
Solution. 'docker run -v /data:/mydata -mode readonly ubuntu'
Question 14
A company's security policy specifies that development and production containers must run on separate nodes in a given Swarm cluster.
Can this be used to schedule containers to meet the security policy requirements?
Solution: node taints
Can this be used to schedule containers to meet the security policy requirements?
Solution: node taints
Question 15
Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?
Solution: Pass the '--insecure-registry' flag to the daemon at run time.
Solution: Pass the '--insecure-registry' flag to the daemon at run time.