@trymeout to [email protected]English • 2 years agoWhat does the -d mean in the run command?message-square9arrow-up113arrow-down14file-text
arrow-up19arrow-down1message-squareWhat does the -d mean in the run command?@trymeout to [email protected]English • 2 years agomessage-square9file-text
minus-square@trymeoutOPlinkEnglish6•2 years agoOtherwise -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?
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?Correct