R
Q. What is the purpose of the 'docker system prune' command?
The 'docker system prune' command removes all unused Docker objects, including images, containers, networks, and build cache.
You must be Logged in to update hint/solution
Q. What is the purpose of Docker volumes?
Q. Which of the following is a valid Docker network driver?
Q. Which of the following commands can be used to attach to a running Docker container?
Q. How do you scale a service in Docker Compose?
Q. Which of the following is used to store Docker container data that persists between restarts?
Q. What is the default location where Docker stores images and containers on Linux?
Q. What is the purpose of the 'ENTRYPOINT' instruction in a Dockerfile?
Q. Which of the following commands is used to build a Docker image from a Dockerfile?
Q. What is the purpose of 'volumes' in a Docker Compose file?
Discusssion
Login to discuss.