If you're using Docker on your local machine, there's now a cute Emacs mode for managing images and containers:
miniblog.
Related Posts
I'm trying out Podman as an alternative to Docker, and it seems pretty nice. I like the separation of tools (e.g. running containers is separate from building images), and there's less hassle with user privileges. It even supports the same images!
The Docker daemon is really convenient for deployment though. It's less work than writing a systemd configuration.
I'm trying out Podman as an alternative to Docker, and it seems pretty nice. I like the separation of tools (e.g. running containers is separate from building images), and there's less hassle with user privileges. It even supports the same images!
One of the best internal talks I've seen was a teammate demonstrating Docker in the early days of containers.
After explaining the concepts, he showed running `rm -rf /` in a container shell. The drama value made the talk way more memorable and concrete.