source repository : https://github.com/francois-docker/molecule
docker run --rm --privileged \
-v $PWD:/data \
-v /var/run/docker.sock:/var/run/docker.sock \
francois/molecule:latest <molecule step ie: test | create | converge | ... | destroy>
Example:
docker run --rm --privileged \
-v $PWD:/data \
-v /var/run/docker.sock:/var/run/docker.sock \
francois/molecule:latest test
Content type
Image
Digest
sha256:206d2e252…
Size
66.6 MB
Last updated
about 1 month ago
docker pull francois/molecule