A
Q. What is the function of a Docker registry?
A Docker registry is used to store and distribute Docker images.
You must be Logged in to update hint/solution
Q. What is the default command that Docker runs in a container if no command is specified?
Q. Which Docker component manages the network configuration of containers?
Q. What is the default network driver used by Docker?
Q. Which of the following commands is used to stop all running Docker containers?
Q. What is Docker Compose primarily used for?
Q. How can you scale a service in Docker Compose?
Q. Which Docker command is used to build images from a Dockerfile?
Q. What is the purpose of the EXPOSE instruction in a Dockerfile?
Q. Which command is used to tag a Docker image?
Q. Which of the following commands is used to build a Docker image from a Dockerfile?
Discusssion
Login to discuss.