Sign inSign up

roryrjb/ubuntu-systemd

By roryrjb

•Updated over 7 years ago

An Ubuntu 18.04 Docker image including systemd

Image
0

368

roryrjb/ubuntu-systemd repository overview

The official Docker image for 18.04 doesn't include systemd, this image does, it's as simple as that.

To run this properly, you'll need to do something like this:

$ docker run \
    --tmpfs /run \
    -v /sys/fs/cgroup:/sys/fs/cgroup:ro \
    --stop-signal SIGRTMIN+3 \
    roryrjb/ubuntu-systemd:18.04

See this article⁠ for more details on the specifics.

Tag summary

Content type

Image

Digest

Size

85.1 MB

Last updated

over 7 years ago

docker pull roryrjb/ubuntu-systemd