mirror of
https://github.com/docker/compose.git
synced 2025-07-04 20:34:25 +02:00
Updated CLI help for docker-compose pull command
removed reference to docker-stack.yml in pull command help referenced generic Compose file, consistent naming in Help, init caps Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
a5837ba358
commit
f1fd9eb1d0
@ -171,12 +171,12 @@ class TopLevelCommand(object):
|
|||||||
in the client certificate (for example if your docker host
|
in the client certificate (for example if your docker host
|
||||||
is an IP address)
|
is an IP address)
|
||||||
--project-directory PATH Specify an alternate working directory
|
--project-directory PATH Specify an alternate working directory
|
||||||
(default: the path of the compose file)
|
(default: the path of the Compose file)
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
build Build or rebuild services
|
build Build or rebuild services
|
||||||
bundle Generate a Docker bundle from the Compose file
|
bundle Generate a Docker bundle from the Compose file
|
||||||
config Validate and view the compose file
|
config Validate and view the Compose file
|
||||||
create Create services
|
create Create services
|
||||||
down Stop and remove containers, networks, images, and volumes
|
down Stop and remove containers, networks, images, and volumes
|
||||||
events Receive real time events from containers
|
events Receive real time events from containers
|
||||||
@ -273,7 +273,7 @@ class TopLevelCommand(object):
|
|||||||
|
|
||||||
def config(self, config_options, options):
|
def config(self, config_options, options):
|
||||||
"""
|
"""
|
||||||
Validate and view the compose file.
|
Validate and view the Compose file.
|
||||||
|
|
||||||
Usage: config [options]
|
Usage: config [options]
|
||||||
|
|
||||||
@ -627,7 +627,7 @@ class TopLevelCommand(object):
|
|||||||
|
|
||||||
def pull(self, options):
|
def pull(self, options):
|
||||||
"""
|
"""
|
||||||
Pulls images for services.
|
Pulls images for services defined in a Compose file, but does not start the containers.
|
||||||
|
|
||||||
Usage: pull [options] [SERVICE...]
|
Usage: pull [options] [SERVICE...]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user