G
Q. Which file format does Docker Compose use?
Docker Compose uses YAML files to define services and configurations.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following commands is used to start an existing Docker container?
Q. What is the purpose of the HEALTHCHECK instruction in a Dockerfile?
Q. Which command is used to view logs of a Docker container?
Q. What is the default command that Docker runs in a container if no command is specified?
Q. Which command is used to remove a Docker image?
Q. What does the 'docker run' command do?
Q. Which of the following is a valid restart policy in Docker Compose?
Q. Which command is used to build a Docker image from a Dockerfile?
Q. What is the default name of the Docker Compose configuration file?
Q. Which command is used to view the Docker container's restart policy?
Discusssion
Login to discuss.