Add Docker Compose commands

This commit is contained in:
James Skemp 2023-09-10 21:52:36 -05:00
parent 4b5ffac3f2
commit cf738a126b
1 changed files with 9 additions and 0 deletions

View File

@ -76,6 +76,15 @@ docker image ls --filter dangling=true
docker image prune
```
## Compose
```bash
# Stop based upon docker-compose.yml in directory.
docker compose stop
# Start services based upon docker-compose.yml.
docker compose up -d
```
## Install on Ubuntu
On Ubuntu, from https://docs.docker.com/engine/install/ubuntu/: