Skip to content

Commit e7b0795

Browse files
davejrtflorindragos
authored andcommitted
Update README.md (#374)
1 parent af5f2d3 commit e7b0795

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,16 @@ By default, the Docker daemon binds to a unix socket at `/var/run/docker.sock`.
121121

122122
```puppet
123123
class { 'docker':
124-
tcp_bind => ['tcp://127.0.0.1:4243','tcp://10.0.0.1:4243'],
124+
tcp_bind => ['tcp://127.0.0.1:2375'],
125125
socket_bind => 'unix:///var/run/docker.sock',
126126
ip_forward => true,
127127
iptables => true,
128128
ip_masq => true,
129-
bridge => br0,
130-
fixed_cidr => '10.20.1.0/24',
131-
default_gateway => '10.20.0.1',
129+
bip => '192.168.1.1/24',
130+
fixed_cidr => '192.168.1.144/28',
132131
}
132+
133+
For more information about the options to configure the default docker bridge, see (this)[https://docs.docker.com/v17.09/engine/userguide/networking/default_network/custom-docker0/] page.
133134
```
134135

135136
When setting up TLS, upload the related files (CA certificate, server certificate, and key) and include their paths in the manifest file:

0 commit comments

Comments
 (0)