📚 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
Downloads the image without running it
B
Runs the container in detached mode (background)
C
Deletes the container after it stops
D
Runs the container in debug mode with verbose logging
← Back to categories