Ubuntu image including Systemd
5.7K
This Docker image can be used to test Ansible playbooks based on Molecule.
| Branch | Ubuntu version | Docker image tag |
|---|---|---|
| master | 20.04 | 20.04 |
| 18.04 | 18.04 | 18.04 |
| 20.04 | 20.04 | 20.04 |
docker run \
--cap-add SYS_ADMIN \
--detach \
--name ubuntu-20.04 \
--rm \
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
dhoppeit/docker-ubuntu-systemd:20.04
docker exec -it ubuntu-20.04 bash
docker stop ubuntu-20.04
Content type
Image
Digest
sha256:9a34327f3…
Size
80 MB
Last updated
over 3 years ago
docker pull dhoppeit/docker-ubuntu-systemd:20.04