R
Q. What is the purpose of the VOLUME instruction in a Dockerfile?
The VOLUME instruction creates a persistent data volume in the container.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which command is used to list Docker networks?
Q. Which of the following commands is used to stop all running Docker containers?
Q. What does the 'docker run' command do?
Q. Which of the following is used to give a container access to a specific port?
Q. What is the purpose of the 'docker-compose config --services' command?
Q. Which of the following Docker commands is used to scale a service in Docker Swarm?
Q. Which Docker command is used to list the available Docker volumes?
Q. Which of the following is NOT a valid Docker command?
Q. What is the purpose of 'volumes' in a Docker Compose file?
Discusssion
Login to discuss.