P
Q. What does the 'docker run' command do?
The 'docker run' command is used to start a new container from an image.
You must be Logged in to update hint/solution
Q. Which Docker component manages the network configuration of containers?
Q. Which Docker command is used to show running containers?
Q. Which command is used to stop a running Docker container?
Q. What is the purpose of the 'docker system prune' command?
Q. Which command is used to view logs of a Docker container?
Q. What is the role of Docker's 'CMD' instruction in a Dockerfile?
Q. Which command is used to run a one-off command in a new container in Docker Compose?
Q. What is the purpose of the HEALTHCHECK instruction in a Dockerfile?
Discusssion
Login to discuss.