docker run -d nginx

Category: Docker

docker run -d nginx

Run container in detached (background) mode

Starts the container in detached mode — it runs in the background and you keep your terminal. -d means 'detached'.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.