From c09cb3d3740c9e1b1830b5aecdc54d65c65db447 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 29 Jul 2025 14:51:52 +0100 Subject: [PATCH] Less pessimistic space requirements --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2f816b..4cc27c8 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Bust some docker troubleshooting moves 🕺 - [ ] [Install Docker](https://docs.docker.com/engine/install/) - [ ] 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 Each numbered subfolder contains a funky docker challenge. @@ -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 + +## Trouble on the dancefloor? + +Check out `docker-compose.yml` in each challenge directory for hints.