PdfPrep.com

Which of the statements below are true about the volume created by the following command? (Choose two correct answers.)

Which of the statements below are true about the volume created by the following command? (Choose two correct answers.)

docker run Cv /data Cti debian
A . The new /data volume contains a copy of the complete container’s base image.
B . The volume containing the container’s rootfile system is retained until the /data volume is deleted.
C . The /data volume is discarded when the container terminates.
D . The /data volume can be attached to another Docker container.
E . If the command is run a second time, another volume for /data is created.

Answer: D,E

Exit mobile version