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 Sync vnext-engine branch to docker/docker SHA 2f12d2808464dcfdf45e0920fd508ce0ff12bd29 2017-01-19 10:10:15 -08:00
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 fix type of keywords entry in frontmatter (in /engine/) (#552) 2016-11-11 14:45:24 -08:00
ipv6.md Fix ipv6 netmask (#2957) 2017-04-22 19:24:31 -05:00