Duplicate of centos/systemd image with better tags.
See https://hub.docker.com/r/centos/systemd
docker run --privileged -v "/sys/fs/cgroup:/sys/fs/cgroup:rw" -t ioben/centos-systemd:7
This image is meant to be used with Ansible Molecule by placing the following in molecule.yml:
platforms:
- name: instance
image: centos:7
command: /sbin/init
tmpfs:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
See the Molecule documentation for details.
Content type
Image
Digest
Size
80.8 MB
Last updated
about 6 years ago
docker pull ioben/centos-systemd:7