puppetlabs / puppetlabs-docker

The Puppet Docker repository
Apache License 2.0
91 stars 311 forks source link

docker_network needs the ability to add '--attachable' for the overlay driver. #971

Open daveseff opened 8 months ago

daveseff commented 8 months ago

Use Case

When setting up an overlay network. I need it to be attachable. very much like if I create a network using

docker network create --driver=overlay --attachable mynetwork

Describe the Solution You Would Like

Please add that as a parameter to the docker_network resource