Sign inSign up

jrei/systemd-debian

By jrei

Updated 9 days ago

systemd enabled Debian 10/11/12/13/sid images

Image
26

500K+

jrei/systemd-debian repository overview

Debian image with systemd enabled

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

Supported tags

  • sid
  • 13
  • 12, latest
  • 11
  • 10
  • 9
  • 8

Usage

  1. Run the container as a daemon

docker run -d --name systemd-debian --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro jrei/systemd-debian

or if it doesn't work

docker run -d --name systemd-debian --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro jrei/systemd-debian

  1. Enter to the container

docker exec -it systemd-debian sh

  1. Remove the container

docker rm -f systemd-debian

Tag summary

Content type

Image

Digest

sha256:16123a90b

Size

56.5 MB

Last updated

9 days ago

docker pull jrei/systemd-debian