diff --git a/docs/command-reference.md b/docs/command-reference.md index 373dbd149..6f588a71c 100644 --- a/docs/command-reference.md +++ b/docs/command-reference.md @@ -26,13 +26,14 @@ container run [] [ ...] **Process Options** -* `-e, --env `: Set environment variables (format: key=value) +* `-e, --env `: Set environment variables (format: key=value, or just key to inherit from host) * `--env-file `: Read in a file of environment variables (key=value format, ignores # comments and blank lines) * `--gid `: Set the group ID for the process * `-i, --interactive`: Keep the standard input open even if not attached * `-t, --tty`: Open a TTY with the process * `-u, --user `: Set the user for the process (format: name|uid[:gid]) * `--uid `: Set the user ID for the process +* `--ulimit `: Set resource limits (format: `=[:]`) * `-w, --workdir, --cwd `: Set the initial working directory inside the container **Resource Options** @@ -58,7 +59,7 @@ container run [] [ ...] * `-l, --label