From 0c4bb4a2898c8542845d8d0f2cf75d4d7b578e2c Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Sat, 20 Jul 2024 11:43:49 -0700 Subject: [PATCH] added podman notes for portainer --- portainer/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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