G
Q. Which of the following options is correct regarding Docker layers?
Each instruction in a Dockerfile (e.g., RUN, COPY, etc.) creates a new layer in the Docker image, which helps in reusability and caching.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which command is used to create a Docker network?
Q. What is the purpose of a Dockerfile?
Q. Which of the following is a command to list all running containers in Docker?
Q. Which command is used to view the Docker system-wide information?
Q. Which command is used to view detailed information about a Docker volume?
Q. Which command is used to remove a Docker container?
Q. Which command is used to remove a running container?
Discusssion
Login to discuss.