mirror of
https://github.com/docker/docs.git
synced 2026-04-01 16:58:54 +07:00
Merge pull request #2572 from vdemeester/fix-run-missing-flag
Add missing --name flag to run reference doc
This commit is contained in:
@@ -17,6 +17,7 @@ Usage: run [options] [-e KEY=VAL...] SERVICE [COMMAND] [ARGS...]
|
||||
Options:
|
||||
-d Detached mode: Run container in the background, print
|
||||
new container name.
|
||||
--name NAME Assign a name to the container
|
||||
--entrypoint CMD Override the entrypoint of the image.
|
||||
-e KEY=VAL Set an environment variable (can be used multiple times)
|
||||
-u, --user="" Run as specified username or uid
|
||||
|
||||
Reference in New Issue
Block a user