Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.15 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.15 KB

Travis (.org) branch Docker Pulls GitHub tag (latest by date)

Docker Molecule

Provides a containerized version of the Molecule, an Ansible development and testing framework.

Usage

The following will run the container in the interactive mode mounting the parent directory.

$ docker-compose run molecule

Molecule is ready to use, e.g. to scaffold a new role run following command:

$ molecule init role -r <role name>

Development

$ cd dev
$ docker-compose build
$ docker-compose run molecule

Check Molecule documentation for further usage details.

Maintainers

License

See the LICENSE.md file for details