Adds pause- and unpause-command to docopt's TLC

solves # 1921

Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
This commit is contained in:
Frank Sachsenheim 2015-08-28 19:05:19 +02:00
parent 0074d74d7a
commit a4bab13aee
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,7 @@ class TopLevelCommand(Command):
help Get help on a command
kill Kill containers
logs View output from containers
pause Pause services
port Print the public port for a port binding
ps List containers
pull Pulls service images
@ -110,6 +111,7 @@ class TopLevelCommand(Command):
scale Set number of containers for a service
start Start services
stop Stop services
unpause Unpause services
up Create and start containers
migrate-to-labels Recreate containers to add labels
version Show the Docker-Compose version information