Beginner
Docker & Containers
Q16 / 100
What does the "-d" flag do when used with "docker run -d"?
Correct! Well done.
Incorrect.
The correct answer is B) Runs the container in detached mode, in the background
B
Correct Answer
Runs the container in detached mode, in the background
Explanation
"-d" (detached) runs the container in the background and prints the container ID, returning control of the terminal immediately.
Progress
16/100