Ubuntu 20.04 image with systemd and python enabled
5.0K
You can use this image as a base container to run systemd services and python installed (e.g., ansible, etc).
latestdocker run -d --name systemd-ubuntu --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro lj020326/ubuntu2004-systemd-python
or if it doesn't work
docker run -d --name systemd-ubuntu --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro lj020326/ubuntu2004-systemd-python
docker exec -it systemd-ubuntu sh
docker rm -f systemd-ubuntu
Content type
Image
Digest
sha256:5d808dfe6…
Size
371.2 MB
Last updated
about 1 year ago
docker pull lj020326/ubuntu2004-systemd-python