📚 dsaflash.cards
Problems
Log in
Sign up
Home
/
Docker
/
Essential Docker Commands
Essential Docker Commands
Question 1 of 6
What does the `-d` flag do in `docker run -d nginx`?
A
Deletes the container after it stops
B
Downloads the image without running it
C
Runs the container in detached mode (background)
D
Runs the container in debug mode with verbose logging
← Back to categories