mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
The goal is to make it more clear this will give you the container id after run completes. Since stdout is now standard on run, "docker run -d" is the best (or only) way to get the container ID returned from docker after a plain run, but the description (help) does not hint any such thing.