systemd enabled Debian 10/11/12/13/sid images
500K+
You can use this image as a base container to run systemd services inside.
sid1312, latest111098docker run -d --name systemd-debian --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro jrei/systemd-debian
or if it doesn't work
docker run -d --name systemd-debian --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro jrei/systemd-debian
docker exec -it systemd-debian sh
docker rm -f systemd-debian
Content type
Image
Digest
sha256:16123a90b…
Size
56.5 MB
Last updated
9 days ago
docker pull jrei/systemd-debian