example pls

This commit is contained in:
BSCheshir 2016-10-08 23:35:37 +04:00 committed by GitHub
parent 4a833da9f3
commit c98a6d8902
1 changed files with 8 additions and 0 deletions

View File

@ -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
```