What does the -d flag do in the 'docker run' command?

0200

The -d flag in the docker run command stands for "detached mode." When you use this flag, the container runs in the background, allowing you to continue using your terminal without being tied to the container's output. You won't see any logs or output in your terminal, as the container runs independently.

0 Comments

no data
Be the first to share your comment!