Sign inSign up

alectolytic/systemd

By alectolytic

Updated almost 11 years ago

Image
0

450

alectolytic/systemd repository overview

Fedora Docker: systemd

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.

Build & Run
docker build -t fedora:systemd .
docker run \
  --detach=true \
  --volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
  --name systemd \
  fedora:systemd
Pull & Run
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.

Stop
docker stop systemd

Tag summary

Content type

Image

Digest

sha256:d61d0892d

Size

175.2 MB

Last updated

almost 11 years ago

docker pull alectolytic/systemd