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

Latest commit

 

History

History
27 lines (17 loc) · 578 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 578 Bytes

Ubuntu 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 ubuntu-18.04 --rm --volume /sys/fs/cgroup:/sys/fs/cgroup:ro dhoppeit/molecule-ubuntu-18.04

Enter the container

docker exec -it ubuntu-18.04 bash

Stop the container

docker stop ubuntu-18.04