A
Q. Which of the following is NOT a type of Docker network driver?
There is no 'cloud' network driver in Docker. 'bridge', 'host', and 'overlay' are valid network drivers.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. How can you check the health status of a running container?
Q. What is the purpose of the 'docker-compose logs --follow' command?
Q. How can you stop a running Docker container?
Q. Which of the following is true about Docker Compose?
Q. What is the purpose of 'volumes' in a Docker Compose file?
Q. Which command is used to remove all stopped containers?
Q. Which command is used to run a one-off command in a new container in Docker Compose?
Q. Which command is used to build a Docker image from a Dockerfile?
Q. What is the purpose of the ARG instruction in a Dockerfile?
Q. Which command is used to view logs of a Docker container?
Discusssion
Login to discuss.