An Ubuntu 18.04 Docker image including systemd
368
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.
Content type
Image
Digest
Size
85.1 MB
Last updated
over 7 years ago
docker pull roryrjb/ubuntu-systemd