ansible-community / molecule-docker

🚧 Assimilated into molecule-plugins
https://github.com/ansible-community/molecule-plugins
MIT License
77 stars 39 forks source link

don't delete pre-existing networks #69

Closed hassenius closed 3 years ago

hassenius commented 3 years ago

Currently the driver will delete networks, even if they have not been created by ("are managed by") molecule.

In my use case I would like to have a network that is created by gitlab-ci where the runner is running attached to this network, and molecule creates containers attached to this same network, potentially for multiple different scenarios In this case I want the ci tool to clean up the network, not molecule

hassenius commented 3 years ago

Resolved by #70