docs/engine/userguide/networking
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
..
default_network Fix unmarshal issue (#3545) 2017-06-12 17:02:40 -07:00
images Fix bridge image (#2502) 2017-03-27 16:53:27 -07:00
configure-dns.md add note about DNS server IP (#2822) 2017-04-18 13:19:31 -05:00
get-started-macvlan.md Fix bridge image (#2502) 2017-03-27 16:53:27 -07:00
get-started-overlay.md Update the styleguide (#2332) 2017-03-15 09:46:30 -07:00
index.md Update several aspects of the networking intro (#2882) 2017-04-18 19:29:43 -05:00
overlay-security-model.md CI - added test for keywords in markdown frontmatters (#805) 2016-12-06 16:45:11 -08:00
work-with-networks.md Recommend using swarm services instead of network aliases for load balancing (#3087) 2017-05-10 11:10:31 -07:00