puppetlabs-docker
puppetlabs-docker copied to clipboard
docker_network needs the ability to add '--attachable' for the overlay driver.
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