G
Q. Which command is used to remove a Docker image?
The 'docker rmi' command removes one or more Docker images.
You must be Logged in to update hint/solution
Q. Which command is used to list all running Docker containers?
Q. What is the function of a Docker registry?
Q. Which of the following commands is used to pull a Docker image from Docker Hub?
Q. Which file is used to define a Docker image?
Q. What does the 'docker tag' command do?
Q. What is the purpose of the CMD instruction in a Dockerfile?
Q. Which Docker command is used to download an image from Docker Hub?
Q. Which command is used to remove a Docker container?
Q. Which of the following is the correct way to expose a Docker container’s port to the host?
Discusssion
Login to discuss.