this post was submitted on 09 Sep 2023
9 points (76.5% liked)

Docker

966 readers
2 users here now

founded 2 years ago
MODERATORS
 

What does the -d mean in the run command?

docker run -d -p 3355:3355/tcp -p author/image
you are viewing a single comment's thread
view the rest of the comments
[โ€“] trymeout 6 points 1 year ago (1 children)

Otherwise -d does nothing different to the container, just runs the container "in the background" so you can continue entering other commands in the terminal without having to open another terminal tab or terminal window?