1
0
mirror of https://github.com/docker/compose.git synced 2025-04-07 19:55:07 +02:00

Merge pull request from funkyfuture/issue-1921

Adds pause- and unpause-command to docopt's TLC
This commit is contained in:
Aanand Prasad 2015-09-08 14:05:27 -07:00
commit f7d86d3194

@ -110,6 +110,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
@ -119,6 +120,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