mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
added podman notes for portainer
This commit is contained in:
@@ -55,3 +55,14 @@ You will likely want to spit up the agent and GUI in your projects.
|
|||||||
### Podman
|
### Podman
|
||||||
|
|
||||||
Make sure podman-docker is installed.
|
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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user