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

Latest commit

 

History

History
29 lines (24 loc) · 308 Bytes

running-with-docker.md

File metadata and controls

29 lines (24 loc) · 308 Bytes

Rebuild images and run everything

make docker

Start containers

make docker-start

Stop containers

make docker-stop

Build images

make docker-build

Rebuild images

make docker-rebuild

Remove images

make docker-remove