P
Q. What is the purpose of a Dockerfile?
A Dockerfile is a text document that contains instructions to build a Docker image, defining the runtime environment for a container.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the purpose of the 'docker exec' command?
Q. What is the purpose of the HEALTHCHECK instruction in a Dockerfile?
Q. What is Docker primarily used for?
Q. What is the purpose of the 'docker-compose pull' command?
Q. Which command is used to list all running services in Docker Compose?
Q. What is the purpose of the 'docker-compose pause' command?
Q. What does the 'docker-compose.yml' file define?
Q. What is the main benefit of using Docker over virtual machines?
Q. Which command is used to view the Docker build cache?
Q. Which of the following Docker commands is used to view the history of an image?
Discusssion
Login to discuss.