Hacker News new | ask | show | jobs
by xedrac 1482 days ago
I tend to use Podman/Buildah more than Docker these days. But I've been pretty happy with Toolbox, which seems similar. I agree that for many things, it's a lot more convenient than using a Dockerfile.
1 comments

I also thought of podman/buildah when reading this. The idea is you can create container images (and commit changes) using the shell. No need for Dockerfiles if you don't want them.