dhoppeIT / molecule-debian-8

Debian 8 image for Molecule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debian 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 debian-8 --rm --volume /sys/fs/cgroup:/sys/fs/cgroup:ro dhoppeit/molecule-debian-8

Enter the container

docker exec -it debian-8 bash

Stop the container

docker stop debian-8

About

Debian 8 image for Molecule

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%