V
Q. What is the purpose of the 'docker save' command?
The 'docker save' command saves a Docker image as a tar archive. For example, 'docker save -o my_image.tar my_image'.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which file format does Docker Compose use?
Q. Which command is used to view the history of a Docker image?
Q. Which of the following is a valid Docker command to view the logs of a container?
Q. What is the default value for the 'restart' policy in Docker containers?
Q. What is the purpose of the 'docker-compose down' command?
Q. What is the purpose of 'volumes' in a Docker Compose file?
Q. What is the purpose of Docker containers?
Q. What is the purpose of the HEALTHCHECK instruction in a Dockerfile?
Q. Which of the following Docker commands is used to view detailed information about a Docker image?
Discusssion
Login to discuss.