- docker
- docker compose plugin
- make tool
- build all containers (need to run fist project cloned)
make build- run all containers
make start- stop all containers
make stop- see logs from specific container
make log s=[service name in docker-compose.yml e.g. frontend, backend]- attach shell
make sh s=[service name]- run command inside container (useful for container project setup)
make run s=[service] c="[shell command]"