Will this command display a list of volumes for a specific container? Solution: 'docker container inspect nginx'
A. Yes
B. No
You created a new service named 'http' and discover it is not registering as healthy. Will this command enable you to view the list of historical tasks for this service? Solution: 'docker inspect http'
A. Yes
B. No
Is this statement correct?
Solution: A Dockerfile provides instructions for building a Docker image
A. Yes
B. No
Can this set of commands identify the published port(s) for a container? Solution: docker container inspect', 'docker port'
A. Yes
B. No
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: resource reservation
A. Yes
B. No
Will this command list all nodes in a swarm cluster from the command line? Solution: `docker Is -a'
A. Yes
B. No
Which statement is true?
A. CMD shell format uses this form ["param", param", "param"]
B. ENTRYPOINT cannot be used in conjuction with CMD
C. CMD is used to run the software is the image along with any arguments
D. ENTRYPOINT cannot be overriden in the "docker container run" command
Can this set of commands identify the published port(s) for a container? Solution: `docker container inspect", docker port'
A. Yes
B. No
Will this action upgrade Docker Engine CE to Docker Engine EE? Solution: Run docker engine activate.
A. Yes
B. No
Will this command display a list of volumes for a specific container?
Solution: `docker container inspect nginx'
A. Yes
B. No