Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 485 Bytes

molecule_dockers.md

File metadata and controls

11 lines (8 loc) · 485 Bytes

Molecule Dockers

Molecule docker images were created based on this article. Giving access to Docker socket will allow to spawn Docker containers outside of existing container. So instead of running Docker inside Docker it is running them in parallel on host.

Please check example how to correctly launch such configuration:

docker run -v /var/run/docker.sock:/var/run/docker.sock -it docker