You can use this image as a base container to run systemd services inside.
43 , latest4241docker run -d --name systemd-fedora --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro jrei/systemd-fedora
or if it doesn't work
docker run -d --name systemd-fedora --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro jrei/systemd-fedora
docker exec -it systemd-fedora sh
docker rm -f systemd-fedora
Content type
Image
Digest
sha256:b59abd36e…
Size
99 MB
Last updated
9 days ago
docker pull jrei/systemd-fedora