mirror of
https://github.com/docker/compose.git
synced 2026-08-31 23:03:55 +00:00
Add docker-compose exec -u to docs and completion
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
2c83c9ffb9
commit
16bbe5d99c
3 changed files with 4 additions and 4 deletions
|
|
@ -391,7 +391,7 @@ class TopLevelCommand(object):
|
|||
Options:
|
||||
-d Detached mode: Run command in the background.
|
||||
--privileged Give extended privileges to the process.
|
||||
--user USER Run the command as this user.
|
||||
-u, --user USER Run the command as this user.
|
||||
-T Disable pseudo-tty allocation. By default `docker-compose exec`
|
||||
allocates a TTY.
|
||||
--index=index index of the container if there are multiple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue