This docker container provides a systemd enabled Fedora container usable as base container for when systemd is services are required.
This container is based on the work documented here.
docker build -t fedora:systemd .
docker run \
--detach=true \
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
--name systemd \
fedora:systemd
docker pull alectolytic/systemd
docker run \
--detach=true \
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
--name systemd \
alectolytic/systemd
The above run commands will start a detached instance of the container with the name systemd.
docker stop systemd
Content type
Image
Digest
sha256:d61d0892d…
Size
175.2 MB
Last updated
almost 11 years ago
docker pull alectolytic/systemd