mirror of https://github.com/docker/docs.git
Add docker-compose exec -u to reference page (#3349)
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
b4f46e763a
commit
e9ad2f76eb
|
@ -11,7 +11,7 @@ Usage: exec [options] SERVICE COMMAND [ARGS...]
|
|||
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…
Reference in New Issue