diff --git a/portainer/README.md b/portainer/README.md index 7cf59d0..7da2319 100644 --- a/portainer/README.md +++ b/portainer/README.md @@ -54,4 +54,15 @@ You will likely want to spit up the agent and GUI in your projects. ### Podman -Make sure podman-docker is installed. \ No newline at end of file +Make sure podman-docker is installed. +```sudo dnf install podman-docker``` + +Create the necessary directory for Podman +```bash +sudo mkdir -p /run/podman +sudo chmod 755 /run/podman +# Restart Podman socket service +sudo systemctl restart podman.socket +# Check the status of the Podman socket +sudo systemctl status podman.socket +``` \ No newline at end of file