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; \
|
fi; \
|
||||||
dnf install -y podman-docker; \
|
dnf install -y podman-docker; \
|
||||||
touch /etc/containers/nodocker; \
|
touch /etc/containers/nodocker; \
|
||||||
mkdir /run/podman; \
|
|
||||||
dnf clean all; \
|
dnf clean all; \
|
||||||
rm -rf /var/cache/yum;
|
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