P
Q. Which command is used to start a container in the background?
'docker run -d container_name' starts a container in detached mode (background).
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following Docker commands is used to build an image from a Dockerfile?
Q. Which command is used to build a Docker image from a Dockerfile?
Q. What is the purpose of a Dockerfile?
Q. What is the purpose of the ENV instruction in a Dockerfile?
Q. Which command is used to list all Docker images on the local machine?
Q. Which command is used to check the status of all services in Docker Compose?
Q. What does the 'docker exec' command do?
Q. Which Docker command is used to update the Docker engine?
Discusssion
Login to discuss.