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

italian
Arif Waram 2019-10-30 19:59:17 +07:00 committed by Lucas Gabriel Schneider
parent def0f8e64c
commit e58f188c3e
1 changed files with 4 additions and 0 deletions

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`