role-podman/templates/podman-docker.service
2023-09-08 22:41:09 +02:00

13 lines
298 B
Desktop File

[Unit]
Description=Create a symlink for the podman.sock to be used as docker.sock
Documentation=man:podman-start(1)
StartLimitIntervalSec=0
[Service]
Type=oneshot
Environment=LOGGING="--log-level=info"
ExecStart=ln -s /run/podman/podman.sock /run/docker.sock
[Install]
WantedBy=multi-user.target