Quick tip: using curl to pipe into docker compose
Ever needed to spin up a Docker Compose setup from a GitHub repo, but didn't want to clone the whole thing? I recently ran into this with Netflix Conductor. Instead of cloning or manually copying, try this: Turns out we can use curl and pipe the cont...
Jun 16, 20251 min read42

