R
Q. How do you start a container in the background (detached mode)?
The '-d' flag in the 'docker run' command is used to run the container in detached mode (in the background).
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the purpose of the 'docker-compose logs --follow' command?
Q. Which of the following options is correct regarding Docker layers?
Q. Which Docker command is used to show running containers?
Q. Which command is used to pull a Docker image from Docker Hub?
Q. Which of the following Docker commands is used to remove unused images?
Q. Which command is used to stop a Docker container?
Q. Which Docker command is used to get the stats of running containers?
Q. What is the purpose of the 'docker-compose exec' command?
Discusssion
Login to discuss.