Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 397 Bytes

Exam PG6300

Running it

$ docker-compose up

Note: the --build option can be appended to specify that docker should rebuild images for the services depending on a locally built Dockerfile.

Stopping the service

To stop the services run

$ docker-compose down

To stop and remove the created containers, images and volumes run

$ docker-compose down -v --rmi all --remove-orphans