You can use this image as a base container to run systemd services inside.
latest
Run the container as a daemon
docker run -d \
--privileged \
--name systemd-fedora \
-v /sys/fs/cgroup:/sys/fs/cgroup:ro \
cnphpbb/systemd-fedoraEnter to the container
docker exec -it systemd-fedora bash