ps Usage: ps [options] [SERVICE...] Options: -q Only display IDs Lists containers.
Docker Compose Compose is a tool for defining and running multi-container Docker applications. To learn more about Compose refer to the following documentation:
Compose file reference The Compose file is a YAML file defining
Link environment variables reference Note: Environment variables are no longer the recommended method for connecting
restart Usage: restart [options] [SERVICE...] Options: -t, --timeout TIMEOUT Specify a shutdown timeout in seconds. (default: 10)
port Usage: port [options] SERVICE PRIVATE_PORT Options: --protocol=proto tcp or udp [default: tcp] --index=index index of the container
rm Usage: rm [options] [SERVICE...] Options: -f, --force Don't ask to confirm removal -v Remove any anonymous volumes attached
kill Usage: kill [options] [SERVICE...] Options: -s SIGNAL SIGNAL to send to the container. Default signal is SIGKILL. Forces
Overview of docker-compose CLI This page provides the usage information for the docker-compose Command. You can also see this information
unpause Usage: unpause [SERVICE...] Unpauses paused containers of a service.
Page 1 of 4