Also remove containers.conf because it disables cgroups for some reason
All checks were successful
Build-and-publish podman-in-docker / build-and-push (push) Successful in 27s
All checks were successful
Build-and-publish podman-in-docker / build-and-push (push) Successful in 27s
This commit is contained in:
@@ -23,6 +23,7 @@ RUN set -e; \
|
||||
|
||||
RUN set -e; \
|
||||
touch /etc/containers/nodocker; \
|
||||
rm -f /etc/containers/storage.conf;
|
||||
rm -f /etc/containers/storage.conf; \
|
||||
rm -f /etc/containers/containers.conf;
|
||||
|
||||
ENTRYPOINT ["/usr/bin/podman", "system", "service", "--time", "0", "unix:///var/run/docker.sock"]
|
||||
|
||||
Reference in New Issue
Block a user