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