Less pessimistic space requirements

This commit is contained in:
3wc
2025-07-29 14:51:52 +01:00
parent 825fac41b1
commit c09cb3d374

View File

@ -6,7 +6,7 @@ Bust some docker troubleshooting moves 🕺
- [ ] [Install Docker](https://docs.docker.com/engine/install/) - [ ] [Install Docker](https://docs.docker.com/engine/install/)
- [ ] Clone this repository - [ ] Clone this repository
- [ ] Make sure you have ~1GB free disk space - [ ] Make sure you have ~100MB free disk space
## Start the jam ## Start the jam
@ -22,3 +22,7 @@ docker compose up
``` ```
NOTE: if you get a Docker error message running `docker compose`, you might be on a vintage version of Docker no worries, either update if possible, or [install Docker Compose Standalone](https://docs.docker.com/compose/install/standalone/) and run `docker-compose` (with a hyphen) instead NOTE: if you get a Docker error message running `docker compose`, you might be on a vintage version of Docker no worries, either update if possible, or [install Docker Compose Standalone](https://docs.docker.com/compose/install/standalone/) and run `docker-compose` (with a hyphen) instead
## Trouble on the dancefloor?
Check out `docker-compose.yml` in each challenge directory for hints.