This Docker image can be used to test Ansible playbooks based on Molecule.
Branch | CentOS version | Docker image tag |
---|---|---|
master | 8 | 8 |
7 | 7 | 7 |
8 | 8 | 8 |
docker run \
--cap-add SYS_ADMIN \
--detach \
--name centos-8 \
--rm \
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
dhoppeit/docker-centos-systemd:8
docker exec -it centos-8 bash
docker stop centos-8