Commit Graph

129 Commits

Author SHA1 Message Date
Khalid Mammadov 0955c88c3c /etc/network/interfaces change is not correct (#5394)
Spend "a few hours" on MACVLAN set up to get host machine access containers and finally found out that the setting on /etc/network/interface is not correct in this doc. After adding dash to "pre-up" and "pre-down" and restarting the interface (sudo ifdown mac0 && sudo ifup mac0) everything started working like a charm.
2017-11-27 12:17:28 -08:00
Bhavin Gandhi 3123389ccb Add alt text to images which are missing it (#5047)
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2017-11-20 09:49:46 -08:00
Luke Peterson 47fc9b5b04 Add missing back-ticks (#5301)
Add missing back-ticks
2017-11-17 13:35:54 -08:00
vkalik 21642e926c Example overlay IPs consistency (#5220) 2017-11-10 14:09:21 -08:00
Paul Schulz 6040f5f23f Add detail on how to allow hosts to communicate via macvlan. (#5252) 2017-11-10 11:35:22 -08:00
Misty Stanley-Jones a29b3744bc
Fix info about bip and fixed-cidr keys (#5268) 2017-11-09 16:18:02 -08:00
Jim Armstrong 794456dccf Update work-with-networks.md (#5259)
larifies that the IP address used for binding should be an actual IP on the user's host, and not literally 172.23.0.1
2017-11-09 10:12:52 -08:00
Misty Stanley-Jones d2091304ee
Document how to disable the default bridge (#5158) 2017-11-06 14:35:12 -08:00
Misty Stanley-Jones 04d3ff2e93 Use ip -4 addr instead of ifconfig (#5062) 2017-10-20 14:21:13 -07:00
jwfang 4c7ba50f04 nginx image doesn't have *ip* command (#4743) 2017-10-17 17:22:55 -07:00
Fábio Luciano 84e9f10ff6 Update overlay-standalone-swarm.md (#4969)
Add slash to the add new line to command
2017-10-16 16:26:58 -07:00
Shubheksha Jalan 1bfa30d3d3 fix incorrect statement (#4982) 2017-10-16 15:06:39 -07:00
Jeff Anderson 237fb75de9 encrypted attachable networks work (#4893)
The documentation said that it does not work. It does indeed work, so here is an update that reflects that.
2017-10-14 10:16:02 -07:00
Steve Larkin b62509706e Update documentation of proxy server configuration (#4687)
* Update documentation of proxy server configuration

As per the implementation in docker/cli#93 the proxy server addresses
are specified per docker daemon or as defaults.  Updated the example to
show the default option.

Fixes #4686

* Fix table layout of proxy environment variables
2017-10-13 16:03:46 -07:00
Matt Hoyle ae4d35c5fe Documentation: Remove reference to PUBLISH Dockerfile directive in networking docs (#4863) 2017-10-10 13:57:29 -07:00
jwfang a168cc2270 consul listen on public ip (#4740)
consul (maybe caused by latest changes) default listens on 127.0.0.1, so can't access by outside.
2017-10-10 07:17:18 -07:00
Misty Stanley-Jones 93b6932f13 Update example to use official consul image (#4670) 2017-09-19 15:37:23 -07:00
Victoria Bialas bc4d4722ea Change ifconfig to ip addr show on Networking w/hints for Docker for Mac, Windows (#4626)
* updated ifconfig to ip addr show w/hints for Docker for Mac, Windows users

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* improved the note on Docker for Mac and Windows

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Copyedit, expand info

* Fix typo
2017-09-14 13:17:08 -07:00
huwenfeng e0a5dffa69 Update index.md (#4532)
add emphasis automatic service discovery on the default network and user-defined networks
2017-09-11 17:02:44 -07:00
Ozzie Perez 2621396a2f Update the command prompt hash (#4503) 2017-09-11 16:42:40 -07:00
Misty Stanley-Jones b73e47a96d Fix a typo (#4528) 2017-09-06 16:31:39 -07:00
Misty Stanley-Jones 94fd943c7d Windows doesn't support encrypted overlay (#4468)
Looks good
2017-08-31 10:55:10 -07:00
Misty Stanley-Jones 684c7e2e23 Add info about proxy server on containers (#4081) 2017-08-29 15:10:56 -07:00
Misty Stanley-Jones 572f174e23 Improvements to IPv6 topic (#4071) 2017-08-29 15:10:56 -07:00
Steven Maude 1de0664db6 Fix spelling of netfilter (#4302)
In networking docs.
2017-08-22 08:05:40 -07:00
Stuart Chaney c4729640f9 removed quotes from --fixed-cidr-v6 assignment (#4246) 2017-08-17 15:00:15 -07:00
Wang Jie 53ef7cf571 Update ipv6.md (#4233) 2017-08-17 14:47:39 -07:00
Wang Jie 5fd7f0475e Update custom-docker0.md (#4215) 2017-08-17 14:47:11 -07:00
Wang Jie de023229c2 Update binding.md (#4210) 2017-08-17 14:46:15 -07:00
Wang Jie 2b259e0047 Update dockerlinks.md (#4209) 2017-08-17 14:44:25 -07:00
Wang Jie 6696f4114e Update work-with-networks.md (#4198) 2017-08-17 14:40:05 -07:00
Wang Jie ee4ba8836c Update index.md (#4197) 2017-08-17 14:37:41 -07:00
Wang Jie 0ea61642e8 Update get-started-overlay.md (#4189) 2017-08-17 14:36:59 -07:00
Wang Jie cbb785bdf0 Update configure-dns.md (#4201) 2017-08-15 16:30:40 -07:00
Wang Jie c7211ae58c Update get-started-macvlan.md (#4191) 2017-08-14 12:58:07 -07:00
Misty Stanley-Jones c9df105184 Add the -d flag to networking example (#3820) 2017-07-05 11:05:24 -07:00
Trapier Marshall 1a54ee3773 clarify route ownership in ipv6 user guide (#3765)
Make it clear which host owns which route by replacing references to "the
host" and "it" with the hostname that owns the route.

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-06-30 16:45:17 -07:00
Misty Stanley-Jones 7df267c9e3 Document new DOCKER-USER iptables chain (#3554)
* Document new DOCKER-USER iptables chain

* Rewording
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones 387c4f5025 remove extra -o flag (#3712) 2017-06-26 16:19:53 -07:00
Sergey Sarbash a145f69b6c Create index.md (#3611) 2017-06-20 11:46:01 -07:00
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
Misty Stanley-Jones 968f76eced Use daemon.json everywhere possible (#3252) 2017-05-15 10:44:40 -07:00
Misty Stanley-Jones 415a358d7e Recommend using swarm services instead of network aliases for load balancing (#3087) 2017-05-10 11:10:31 -07:00
Lenny Linux 9a1f99cd11 add warning class and a linebreake to the warning blogquote (#2937)
* Update fedora.md

add warning class to blogquote

* Update linux-postinstall.md

add warning class to blogquote

* Update ubuntu.md

add warning class to blogquote

* Update https.md

add warning class to blogquote

* Update swarm_manager_locking.md

add warning class to blogquote

* Update dockerlinks.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update insecure.md

add warning class to blogquote

* Update discovery.md

add warning class to blogquote

* Update dockerd.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update docker_service_rm.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update scale-your-cluster.md

add warning class to blogquote

* Update resource_constraints.md

add warning class to blogquote

* Update binaries.md

add warning class to blogquote

* Update content_trust.md

add warning class to blogquote

* Update secrets.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update install-sandbox-2.md

add warning class to blogquote

* Update docker-toolbox.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update centos.md

add warning class to blogquote

* Update debian.md

add warning class to blogquote

* Update faqs.md

add linebreak after Looking for popular FAQs on Docker for Windows?

* Update install.md

add linebreake after **Already have Docker for Windows?**

* Revert "Update dockerd.yaml"

This reverts commit 3a98eb86f700ade8941483546c33f69a9dab8ac3.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 5dc1e75f37033932486c11287052b7d64bf83e55.

* Revert "Update docker_service_rm.yaml"

This reverts commit a983380a5625b471f1a03f8ed2301ead72f98f1b.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 4c454b883c300e26fbb056b954bb49ec2933b172.
2017-04-25 11:33:27 -07:00
Shubheksha Jalan 8cce48c9bf Fix ipv6 netmask (#2957)
* fix ipv6 netmask

* fix ipv6 netmask in image

* fix range

* fix range

* fix range
2017-04-22 19:24:31 -05:00
Steven Hanna 9caf13ef87 spelling fixes without yaml (#3006) 2017-04-22 10:39:57 -07:00
Steven Hanna 9a3c20b74a Explaining the default iptables FORWARD DROP policy (#2941)
* Explaining the default iptables FORWARD DROP policy

* Copy edits
2017-04-21 13:03:42 -05:00
ashishkamat2791 db000dc33f Add custom docker0 configuration examples (#2894) 2017-04-21 12:26:17 -05:00
Shubheksha Jalan cffdc1e574 fix ipv6 netmask (#2968) 2017-04-21 11:00:20 -05:00
Shubheksha Jalan 6afa8b7879 fix ipv6 netmask (#2958) 2017-04-20 11:36:22 -05:00