CentOS 7 image with systemd and python enabled
10K+
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-centos --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro lj020326/centos7-systemd-python
or if it doesn't work
docker run -d --name systemd-centos --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro lj020326/centos7-systemd-python
docker exec -it systemd-centos sh
docker rm -f systemd-centos
Content type
Image
Digest
sha256:67cff81ff…
Size
574.2 MB
Last updated
over 1 year ago
docker pull lj020326/centos7-systemd-python