Multi-arch, multi-operating-system systemd images
10K+
Multi-arch, multi-operating-system images with systemd.
Dockerfiles and build script defined here: https://github.com/heywoodlh/dockerfiles/tree/master/systemd
Use like so:
docker run -it --rm --privileged docker.io/heywoodlh/systemd:ubuntu bash
Any arguments that you'd like to pass to systemd can be passed via the ARGS environment variable, like so:
# Make systemd output a lot quieter
docker run -it --rm --privileged -e ARGS="--log-level=emerg" docker.io/heywoodlh/systemd:ubuntu bash
Content type
Image
Digest
sha256:1e742a627…
Size
52.7 MB
Last updated
3 days ago
docker pull heywoodlh/systemd:259.5