Linux
Podman Checkpointing
· ☕ 1 min read
– What is Checkpointing? Checkpointing stops the container and freezes it in the current running state that can be restored at a later point in time. Checkpointing currently only works with rootful containers.

Podman Networking
· ☕ 2 min read
– Podman Network Types There are three main networking types in Podman: bridge, macvlan, and slirp4netns. bridge The bridge network type is the default. Containers can initiate communications to hosts outside of the host system, i.

Podman Basics
· ☕ 2 min read
– Installing Podman If you need to install Podman from scratch see https://podman.io/getting-started/installation. My host system is running Alma Linux with podman, cockpit and cockpit-podman pre-installed, you can enable Podman directly from the Cockpit webGUI in the “Podman containers” menu.