.dotfiles/navi/docker-compose.cheat
2020-11-27 22:02:23 +01:00

13 lines
369 B
Plaintext

% docker-compose
# Builds, (re)creates, starts, and attaches to containers for all services
sudo docker-compose -f <file> up
# Builds, (re)creates, starts, and dettaches to containers for all services
sudo docker-compose -f <file> up -d
# Stops containers and removes containers, networks created by up
sudo docker-compose down
$ file: ls *.yaml | awk '{print $1}'