Sign inSign up

jrei/systemd-fedora

By jrei

Updated 9 days ago

systemd enabled Fedora latest stable image

Image
5

50K+

jrei/systemd-fedora repository overview

Fedora image with systemd enabled

You can use this image as a base container to run systemd services inside.

Supported tags

  • 43 , latest
  • 42
  • 41

Usage

  1. Run the container as a daemon

docker 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

  1. Enter to the container

docker exec -it systemd-fedora sh

  1. Remove the container

docker rm -f systemd-fedora

Tag summary

Content type

Image

Digest

sha256:b59abd36e

Size

99 MB

Last updated

9 days ago

docker pull jrei/systemd-fedora