docker-compose down

down Usage: down [options] Options: --rmi type Remove images. Type must be one of: 'all': Remove all images

2017-02-04 08:22:51
docker-compose exec

exec Usage: exec [options] SERVICE COMMAND [ARGS...] Options: -d Detached mode: Run command in the background. --privileged

2017-02-04 08:22:52
docker-compose pause

pause Usage: pause [SERVICE...] Pauses running containers of a service. They can be unpaused with docker-compose unpause

2017-02-04 08:22:55
docker-compose events

events Usage: events [options] [SERVICE...] Options: --json Output events as a stream of json objects Stream container

2017-02-04 08:22:51
docker-compose CLI Environment Variables

CLI Environment Variables Several environment variables are available for you to configure the Docker Compose command-line behaviour. Variables starting

2017-02-04 08:22:49
docker-compose create

create Creates containers for a service. Usage: create [options] [SERVICE...] Options: --force-recreate Recreate containers even

2017-02-04 08:22:50
docker-compose config

config Usage: config [options] Options: -q, --quiet Only validate the configuration, don't print anything. --services

2017-02-04 08:22:50
docker-compose run

run Usage: run [options] [-e KEY=VAL...] SERVICE [COMMAND] [ARGS...] Options: -d Detached mode: Run container in the background

2017-02-04 08:22:59
docker-compose start

start Usage: start [SERVICE...] Starts existing containers for a service.

2017-02-04 08:23:00
docker-compose pull

pull Usage: pull [options] [SERVICE...] Options: --ignore-pull-failures Pull what it can and ignores images with pull failures. Pulls

2017-02-04 08:22:57