mirror of https://github.com/docker/docs.git
example pls
This commit is contained in:
parent
4a833da9f3
commit
c98a6d8902
|
@ -19,3 +19,11 @@ Options:
|
|||
```
|
||||
|
||||
Lists containers.
|
||||
|
||||
```bash
|
||||
$ docker-compose ps
|
||||
Name Command State Ports
|
||||
--------------------------------------------------------------------------------------------
|
||||
mywordpress_db_1 docker-entrypoint.sh mysqld Up 3306/tcp
|
||||
mywordpress_wordpress_1 /entrypoint.sh apache2-for ... Restarting 0.0.0.0:8000->80/tcp
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue