feat(build): Clean up
This commit is contained in:
parent
caaf33944a
commit
8a82b38d2a
@ -64,6 +64,13 @@ done 10< <(docker compose --project-name "${COMPOSE_PROJECT}" --file "${UPSTREAM
|
||||
docker --context 'fully.qualified.domain.name' compose --project-name "${COMPOSE_PROJECT}" --file "${UPSTREAM_COMPOSE_FILE}" --file "${COMPOSE_OVERRIDE}" --env-file "${COMPOSE_ENV}" up --detach
|
||||
```
|
||||
|
||||
## Clean up
|
||||
|
||||
```
|
||||
docker --context 'fully.qualified.domain.name' system prune -af
|
||||
docker system prune -af
|
||||
```
|
||||
|
||||
# Initial setup
|
||||
|
||||
We're assuming you run Docker Compose workloads with ZFS-based bind mounts. ZFS management, creating a zpool and setting adequate properties for its datasets is out of scope of this document.
|
||||
|
Loading…
x
Reference in New Issue
Block a user