Docker compose cheatsheet

Submitted by Fekete Zoltán on

After you created a docker-compose.yaml file you can use these commands in the same directory.

docker-compose up --build --detachSystem will build an image based on the yaml file, then starts it.