systemd enabled Ubuntu 20.04/22.04/24.04/25.04/25.10/26.04 images
500K+
You can use this image as a base container to run systemd services inside.
26.04, latest25.1025.0424.0422.0420.04docker run -d --name systemd-ubuntu --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro jrei/systemd-ubuntu
or if it doesn't work
docker run -d --name systemd-ubuntu --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro jrei/systemd-ubuntu
docker exec -it systemd-ubuntu sh
docker rm -f systemd-ubuntu
Content type
Image
Digest
sha256:93224dc0d…
Size
48.3 MB
Last updated
9 days ago
docker pull jrei/systemd-ubuntu