Podman on Debian 11 Bullseye

apt install podman
mkdir -p $HOME/.config/containers
echo 'unqualified-search-registries=["docker.io"]' > $HOME/.config/containers/registries.conf
podman run hello-world
apt install python3-pip
pip3 install podman-compose

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.