V
Q. What is the purpose of 'volumes' in a Docker Compose file?
'Volumes' are used in Docker Compose to mount external files or directories into containers.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the purpose of the Docker 'volume' feature?
Q. What command is used to build a Docker image from a Dockerfile?
Q. Which of the following Docker commands is used to view the history of an image?
Q. Which command is used to load a Docker image from a tar archive?
Q. Which of the following is a command to list all running containers in Docker?
Q. What is the purpose of the 'docker-compose pull' command?
Q. What is the default location where Docker stores images and containers on Linux?
Q. Which command can be used to check the status of Docker services in a Swarm mode?
Q. How do you list all Docker images available on your local machine?
Discusssion
Login to discuss.