Change socket path to /var/run/docker.sock for compatibility
Some checks failed
Build-and-publish podman-in-docker / build-and-push (push) Failing after 55s
Some checks failed
Build-and-publish podman-in-docker / build-and-push (push) Failing after 55s
This commit is contained in:
@@ -17,8 +17,7 @@ RUN set -e; \
|
||||
fi; \
|
||||
dnf install -y podman-docker; \
|
||||
touch /etc/containers/nodocker; \
|
||||
mkdir /run/podman; \
|
||||
dnf clean all; \
|
||||
rm -rf /var/cache/yum;
|
||||
|
||||
ENTRYPOINT ["/usr/bin/podman", "system", "service", "--time", "0", "unix:///run/podman/podman.sock"]
|
||||
ENTRYPOINT ["/usr/bin/podman", "system", "service", "--time", "0", "unix:///var/run/docker.sock"]
|
||||
|
||||
Reference in New Issue
Block a user