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.
