Sign inSign up

jrei/systemd-ubuntu

By jrei

Updated 9 days ago

systemd enabled Ubuntu 20.04/22.04/24.04/25.04/25.10/26.04 images

Image
91

500K+

jrei/systemd-ubuntu repository overview

Ubuntu image with systemd enabled

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

Supported tags

  • 26.04, latest
  • 25.10
  • 25.04
  • 24.04
  • 22.04
  • 20.04

Usage

  1. Run the container as a daemon

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

or if it doesn't work

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

  1. Enter to the container

docker exec -it systemd-ubuntu sh

  1. Remove the container

docker rm -f systemd-ubuntu

Tag summary

Content type

Image

Digest

sha256:93224dc0d

Size

48.3 MB

Last updated

9 days ago

docker pull jrei/systemd-ubuntu