This Dockerfile can build containers capable to use systemd.
This repository one branche that relate to Ubuntu a version.
Branch | Ubuntu Version | Docker image tag |
---|---|---|
master | noble (24.04) | latest |
jammy | jammy (22.04) | jammy |
focal | focal fossa (20.04) | focal |
The different branches are not merged, they live as individual branches.
docker run \
--tty \
--privileged \
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
robertdebock/ubuntu