Replies: 4 comments
-
We are not currently supporting Podman. https://portal.portainer.io/knowledge/do-you-support-podman Interim, you need to:
Deploy the Portainer container with
Notes: Good luck! |
Beta Was this translation helpful? Give feedback.
-
podman 4.3 mac m1, is it ok? |
Beta Was this translation helpful? Give feedback.
-
Uncertain. Please update here if you are able to install Portainer on Podman in Darwin. Thanks! |
Beta Was this translation helpful? Give feedback.
-
podman 4.5.1, mac M2, worked.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
podman run -d -p 9443:9443 --privileged -v /run/podman/podman.sock:/var/run/docker.sock:Z portainer/portainer-ce
or
sudo podman run -d -p 9443:9443 --privileged -v /run/podman/podman.sock:/var/run/docker.sock:Z portainer/portainer-ce
Error: statfs /run/podman/podman.sock: permission denied
cd /var/run
there is no the .sock file
Beta Was this translation helpful? Give feedback.
All reactions