Alpine container for Ansible playbook and role testing.
10K+
Alpine container for Ansible playbook and role testing in Molecule.
The simplest way to run the container is the following command:
docker run --detach --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro rsprta/alpine-ansible
Or in molecule.yml:
platforms:
- name: instance
image: rsprta/alpine-ansible
command: ""
volumes:
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
pre_build_image: true
GNU General Public License v3
Content type
Image
Digest
sha256:a3197b3d9…
Size
86.9 MB
Last updated
about 2 years ago
docker pull rsprta/alpine-ansible