P
Q. Which Docker command is used to stop a container?
'docker stop container_name' is used to stop a running container.
You must be Logged in to update hint/solution
Q. What is the purpose of the SHELL instruction in a Dockerfile?
Q. What is the default port for the Docker daemon?
Q. What is the purpose of the 'EXPOSE' instruction in a Dockerfile?
Q. What is the main benefit of using Docker over virtual machines?
Q. What is the purpose of the 'docker save' command?
Q. Which command is used to check the logs of a running Docker container?
Q. Which of the following is true about Docker containers?
Q. What is the purpose of the 'docker-compose config --resolve-image-digests' command?
Discusssion
Login to discuss.