Q. What is the purpose of the VOLUME instruction in a Dockerfile?
A
To create a persistent data volume
B
To mount a host directory into the container
C
To define a network volume
D
To specify a shared volume between containers

View Answer Option (A)   Programming

0