feat(build): Clean up

This commit is contained in:
hygienic-books 2025-02-08 02:54:30 +01:00
parent caaf33944a
commit 8a82b38d2a

View File

@ -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.