I assume you have installed yay.
yay -Syu podman podman-docker docker-composeTell the system we ain’t going to use Docker.
sudo touch /etc/containers/nodockerRun it rootless:
systemctl enable --user podman --now
How to install Podman with Docker compatibility
I assume you have installed yay.
yay -Syu podman podman-docker docker-composeTell the system we ain’t going to use Docker.
sudo touch /etc/containers/nodockerRun it rootless:
systemctl enable --user podman --now