What does the -d mean in the run command?

docker run -d -p 3355:3355/tcp -p author/image
  • trymeout@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    6
    ·
    10 months ago

    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?