Show HN: A runner that runs commands in Docker (github.com)

1 points by stavros ↗ HN
I don't like installing stuff on my system, so I vibe coded a runner that runs commands in Docker. You give it a YAML with the configuration for the command you want to run (mounted folders, env vars, Dockerfile, etc), and it builds and runs it.

That's it, I hope you like it.

2 comments

[ 29.6 ms ] story [ 131 ms ] thread
It sounds like you have reinvented the Dockerfile.
It sounds like you haven't read the README.