R
Q. What is a Docker image?
A Docker image is a read-only template that contains instructions for creating a Docker container.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which command is used to load a Docker image from a tar archive?
Q. What is the default name of the Docker Compose configuration file?
Q. Which of the following commands creates a Docker container from an image?
Q. Which of the following is a valid restart policy in Docker Compose?
Q. What is the main benefit of using Docker over virtual machines?
Q. Which command is used to view the Docker build cache?
Q. Which of the following is the default network driver in Docker?
Q. Which command is used to start a stopped Docker container?
Q. What is the purpose of the VOLUME instruction in a Dockerfile?
Discusssion
Login to discuss.