Saving docker container image contents to local directory

You can use commands like docker save to export a container to a directory or tar archive, but the problem is that this saves the individual image layers, while what we typically want is to save files that are seen in the final, merged filesystem ima…
Read more →

Podman

Podman is a daemonless and (optionally) rootless container runtime for OCI containers on Linux. See also Podman docker compatibility Podman Troubleshooting 2022-01-27 - Making Earthly work with Podman
Read more →

Introducing docker-image-updater

Update local docker images and replace running containers with ease. Define images to watch and trigger commands whenever they get updated. Docker containers can make deploying and running services easier, but it also introduces additional complexit…
Read more →