79134797

Date: 2024-10-28 19:13:07
Score: 1.5
Natty:
Report link

Docker socket mapping with podman should be something like this:

/run/user/<user>/podman/podman.sock:/var/run/docker.sock:z

Podman socket must be started with:

$ systemctl --user start podman.socket

Reference: https://blog.cthudson.com/2023-11-02-running-traefik-with-podman/

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Claudio Weiler