R
Q. Which command is used to remove a Docker container?
The 'docker rm' command removes a stopped container.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following commands is used to remove all stopped containers?
Q. Which command is used to pull an image from Docker Hub?
Q. Which file format does Docker Compose use?
Q. What is the purpose of the LABEL instruction in a Dockerfile?
Q. Which command is used to list all Docker images on the local machine?
Q. Which command is used to view the Docker container's mounted volumes?
Q. What is the default network mode for a Docker container?
Q. What is the purpose of Docker's multi-stage builds?
Q. What does the 'docker-compose build' command do?
Q. How can you check the health status of a running container?
Discusssion
Login to discuss.