From d6b025c7bd4771cf6b9a8d039df2de8f5a07ac0e Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 29 Jul 2025 14:36:28 +0100 Subject: [PATCH] Add initial README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a2f816b --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Docker Debugging Disco đŸĒŠ + +Bust some docker troubleshooting moves đŸ•ē + +## Pre-party checklist 📋 + +- [ ] [Install Docker](https://docs.docker.com/engine/install/) +- [ ] Clone this repository +- [ ] Make sure you have ~1GB free disk space + +## Start the jam + +Each numbered subfolder contains a funky docker challenge. + +You'll know that things are working when you can access http://localhost:8000 and see the number of your challenge. + +So, to get started, boogie on over to challenge #1: + +``` +cd 1 +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