Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

dhoppeIT/molecule-centos-7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

CentOS image for Molecule

This Docker image can be used to test Ansible playbooks based on Molecule.

Supported tags

  • latest

Usage

Run the container as a daemon

docker run --cap-add SYS_ADMIN --cap-add SYS_TIME --detach --name centos-7 --rm --volume /sys/fs/cgroup:/sys/fs/cgroup:ro dhoppeit/molecule-centos-7

Enter the container

docker exec -it centos-7 bash

Stop the container

docker stop centos-7