Exit 701-100 DevOps Tools Engineer - Exam 701 - version 1.0
Question 2 of 5
0% complete
Q2 Single choice

What happens when the following command is executed twice in succession?

doker run -tid -v data:/data debian bash

  • A

    The second command invocation fails with an error stating that the volumen data is already associated with a running container.

  • B

    The container resulting from the second invocation can only read the content of /data/ and can not change it.

  • C

    The original content of the contents of the data is available in both containers, although changes stay
    local within each container.

  • D

    Both containers share the container of the data volume, have full permissions to alter its content and
    mutually see their repective changes.

  • E

    Each container is equipped with its own independent data volumen, available at /data/ in the respective container.