docker-compose: add docker-compose ps(#3507)

This commit is contained in:
Arif Waram
2019-10-30 19:59:17 +07:00
committed by Lucas Gabriel Schneider
parent def0f8e64c
commit e58f188c3e

View File

@@ -3,6 +3,10 @@
> Run and manage multi container docker applications.
> More information: <https://docs.docker.com/compose/reference/overview/>.
- List all running containers:
`docker-compose ps`
- Create and start all containers in the background using a `docker-compose.yml` file from the current directory:
`docker-compose up -d`