This Docker image can be used to test Ansible playbooks based on Molecule.
- latest
Run the container as a daemon
docker run --cap-add SYS_ADMIN --cap-add SYS_TIME --detach --name centos-6 --rm --volume /sys/fs/cgroup:/sys/fs/cgroup:ro dhoppeit/molecule-centos-6
Enter the container
docker exec -it centos-6 bash
Stop the container
docker stop centos-6