docs/engine/userguide/networking/default_network
Taio Jia a22db0902b Fix unmarshal issue (#3545)
If set to `"mtu": "1500"` will got an error:
```
unable to configure the Docker daemon with file /etc/docker/daemon.json: json: cannot unmarshal string into Go value of type int
```
That code can not unmarshal string into Go value of type int, I changed the type from string to int.
2017-06-12 17:02:40 -07:00
..
images Fix ipv6 netmask (#2957) 2017-04-22 19:24:31 -05:00
binding.md
build-bridges.md Use daemon.json everywhere possible (#3252) 2017-05-15 10:44:40 -07:00
configure-dns.md Fix typo in networking docs 2017-03-02 13:23:27 -05:00
container-communication.md Explaining the default iptables FORWARD DROP policy (#2941) 2017-04-21 13:03:42 -05:00
custom-docker0.md Fix unmarshal issue (#3545) 2017-06-12 17:02:40 -07:00
dockerlinks.md add warning class and a linebreake to the warning blogquote (#2937) 2017-04-25 11:33:27 -07:00
index.md
ipv6.md Fix ipv6 netmask (#2957) 2017-04-22 19:24:31 -05:00