Less pessimistic space requirements
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user