P
Q. What does the 'docker ps -a' command show?
'docker ps -a' shows the list of all containers, including stopped ones.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the default mode in which 'docker-compose' runs?
Q. Which command is used to start services defined in a Docker Compose file?
Q. How do you scale a service in Docker Compose?
Q. Which command is used to list all running services in Docker Compose?
Q. Which command is used to pull a Docker image from Docker Hub?
Q. Which command is used to remove all unused Docker networks?
Q. Which command is used to view the Docker build history of an image?
Q. Which file is used by Docker Compose to configure and manage multi-container applications?
Q. Which of the following statements is correct about Docker Swarm?
Q. Which command is used to build a Docker image from a Dockerfile?
Discusssion
Login to discuss.