Collection of cool things I learnt today.
Podman insecure registry
Podman and Skopeo default to https for image pull and push. We can change this behaviour for specific registries. # /etc/containers/registries.conf (root) # ~/.config/containers/registries.conf (user) [registries.insecure] registries = ['localhost:5000'] More here