Multiple Choice
A Dockerfile contains the statements: COPY data/ /data/ VOLUME /data What happens when the resulting container is started without any additional volume configuration?
A) Files existing in / data / in the image are not available in the running container. Files existing in / data / in the image are not available in the running container.
B) Changes to files within / data / affect the Docker image and all other containers derived from it. Changes to files within / / affect the Docker image and all other containers derived from it.
C) Existing files from / data / in the image are copied to the new volume. Existing files from / / in the image are copied to the new volume.
D) An error is raised because / data / already contains data when the volume is mounted. An error is raised because / / already contains data when the volume is mounted.
E) A new volume is created and mounted to / data / within the new container. A new volume is created and mounted to / / within the new container.
Correct Answer:

Verified
Correct Answer:
Verified
Q15: Which of the log messages below matches
Q16: How is cloud-init integrated with a managed
Q17: Which of the following properties apply to
Q18: Which of the following information is contained
Q19: Which security issues exist for most publicly
Q21: What statement is true regarding the Swarm
Q22: Which of the following statements are true
Q23: Which Ansible modules can be used to
Q24: Which sections can exist in a Logstash
Q25: How does Prometheus gather information about monitored