Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker_network resource doc in README is out-of-date #950

Open
mattlqx opened this issue Dec 13, 2017 · 1 comment
Open

docker_network resource doc in README is out-of-date #950

mattlqx opened this issue Dec 13, 2017 · 1 comment

Comments

@mattlqx
Copy link
Contributor

mattlqx commented Dec 13, 2017

The README does not specify newer attributes for docker_network like internal and driver_opts. It would be helpful if the docs were up-to-date so it's easier to discover the functionality.

@JMLayn
Copy link

JMLayn commented Oct 3, 2018

I got driver_opts to work by doing:

docker_network 'docker_gwbridge' do
  driver 'bridge'
  subnet '172.17.1.0/24'
  gateway '172.17.1.1'
  driver_opts 'com.docker.network.bridge.enable_icc' => 'false', 'com.docker.network.bridge.enable_ip_masquerade' => 'true', 'com.docker.network.bridge.name' => 'docker_gwbridge' 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants