mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 15:28:06 +02:00
Add verification step to Running a Sample
Signed-off-by: aTibrewala <alokpt92@gmail.com>
This commit is contained in:
parent
5a4599929a
commit
014d50bac5
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ a local environment by going into the root directory of each one and executing:
|
|||
docker compose up -d
|
||||
```
|
||||
|
||||
Run `docker compose ps` to verify services are up.
|
||||
Check the `README.md` of each sample to get more details on the structure and
|
||||
what is the expected output.
|
||||
To stop and remove all containers of the sample application run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue