We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc2d45 commit 80e5049Copy full SHA for 80e5049
test-images/podman-v5/Dockerfile
@@ -5,5 +5,7 @@ RUN systemctl enable podman.socket \
5
# which allows using docker and docker compose without having to set the DOCKER_HOST variable
6
# Source: podman-docker debian package
7
&& echo 'L+ %t/docker.sock - - - - %t/podman/podman.sock' | tee /usr/lib/tmpfiles.d/podman-docker-socket.conf \
8
- && systemd-tmpfiles --create podman-docker-socket.conf >/dev/null || true
+ && systemd-tmpfiles --create podman-docker-socket.conf >/dev/null || true \
9
+ # disable first boot otherwise the Fedora 43 hangs on startup which prevents other services from starting
10
+ && rm -f /usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service
11
ENTRYPOINT [ "/lib/systemd/systemd" ]
0 commit comments