P
Q. What is the purpose of the HEALTHCHECK instruction in a Dockerfile?
The HEALTHCHECK instruction defines a command to check the health of the container.
You must be Logged in to update hint/solution
Q. What is the purpose of the 'docker-compose pull' command?
Q. What does the 'docker run' command do?
Q. Which of the following is true about Docker tags?
Q. What is the main benefit of using Docker over virtual machines?
Q. Which of the following commands is used to rebuild an image in Docker?
Q. What does the 'docker exec' command do?
Q. Which command stops and removes all containers defined in a Docker Compose file?
Q. What is the purpose of the SHELL instruction in a Dockerfile?
Q. Which command is used to rename a Docker container?
Q. What is the purpose of the 'docker-compose pause' command?
Discusssion
Login to discuss.