docker-compose: add docker-compose ps(#3507)
This commit is contained in:

committed by
Lucas Gabriel Schneider

parent
def0f8e64c
commit
e58f188c3e
@@ -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`
|
||||
|
Reference in New Issue
Block a user