- If you want to install project to the cleanly system, please stop all containers by the command: docker stop $(docker ps -aq). Then run step-by-step ./docker-prune-containers, ./docker-prune-images and ./docker-prune-volumes.
- First time or each time you changed ./build/** files - run ./docker-rebuild.
- To everyday running docker use - ./docker-daemon-start.
- To stop docker use - ./docker-daemon-stop.
- Docker Basics in X hours and Y days [RU] - https://habr.com/post/337306/