podman
Undocking - Containers without Docker: Faster, smaller builds
In our last post, we managed to use Buildah inside of Podman to create new images, but it’s a slow process. We want to be able to iterate on images quickly, so we need to make our build process fast.
Undocking - Containers without Docker: Creating images locally
I have spent a few weeks figuring out how to change my container development environment from one that uses Docker to one that (almost) completely avoids it.1