Commit Graph

122 Commits

Author SHA1 Message Date
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
Misty Stanley-Jones e7d06e2d65 Update several aspects of the networking intro (#2882) 2017-04-18 19:29:43 -05:00
Shubheksha Jalan 6075f7115d add note about DNS server IP (#2822) 2017-04-18 13:19:31 -05:00
John Mulhausen 8820cfa6ff New 6-page "Get Started" (#2296)
* Create index.md

* Create part2.md

* Create part3.md

* Create part4.md

* Create part5.md

* Rewrite step 2

* Update part2.md

* Update part2.md

* Update part2.md

* Update part2.md

* Update part2.md

* Update part2.md

* Update index.md

* Rewrite of part 3

* Tabs-based swarm instructions, pass 1

* Rewrite of parts 3 and 4, tabs implementation

* Navigation, rewrites, part 4 completion

* Part 5 w/Redis

* Part 5, compelte Redis, rename part 6

* TOC/redirect implementation

* Update part6.md

* Changing links to point to new tutorial

* Rewrites and asciinemas

* Fix overview

* Label diagrams

* Fix button

* Fix link to where Stacks are covered

* Fix typo

* s/file/directory

* Reformat paragraph

* Shorten tabs

* Typos

* Release DTR 2.2.4, 2.1.6

* Go back to small /edge (#2736)

* Go back to small /edge

* Update site front page

Add info about Editions
Reorganize components
Update headings

* Move logic of fetching content to a script

* Add v1.28 API

* Add info about versioned API

* Fix a few 404s (#2785)

* Fix typo

* Propose use of another word (#2791)

I think that interested is better than invested, in this case.

* Update secrets.md (#2780)

remove correct secret

* Change mount syntax on windows from //c/ to c:\ (#2761)

LGTM

* Update hackathon.md (#2773)

* nodes.md grammar correction (#2802)

* Grammar and formatting check (#2797)

* Wrong article

If the first word starts with a vowel sound you use an. If the first word has a consonant sound use a.

* Making the text bold

Removing backticks because probably the text needs to be bold and not marked as code.

* Update overview.md (#2805)

It should say 'predecessors', not 'successors'. Otherwise the sentence and the subsequent example don't make sense.

* shrink some big images (#2798)

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>

* #2627 (#2804)

- Fix right sidebar overflow on rescale

* Update hackathon.md

* change pre-build to pre_build to remove confusion (#2813)

* change pre-build to pre_build to remove confusion

* clarify that pre_build hook refers to a file

* Update TOC to sentence case (#2790)

* add more info about DTR on the overview page (#2794)

fix #1904

* Update glossary.yaml (#2807)

Fix #2575.

* fix imports since docker api pkg migration, fix example repository name to be canonical (#2806)

* tweak: code format for filename (#2829)

* tweak: code format for filename

slight reword, so as to avoid confusion w/filename

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

* small changes just to kick build again

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

* Update hackathon.md

* fix broken links (#2808)

* fix broken link (#2809)

* [CONTRIBUTING] update broken link (#2826)

* [Debian] add gnupg2 requirement for stretch (#2823)

* TOC/redirect implementation

* Changing links to point to new tutorial

* Rewrites and asciinemas

* Fix bad merge

* Metadata, formatting

* Front page formatting, link instrumentation
2017-04-18 03:32:37 -05:00
John Mulhausen add2f680e8 Default highlight.js off, dockerfile > conf highlighting, pygments (#2757)
* Default highlight.js off, dockerfile > conf highlighting, pygments

* Address feedback, style changes, markdownify reductions

* Getting rid of more markdownify

* Fix for right-hand nav spacing
2017-04-13 17:10:29 -07:00
Philip Vrieni S. Arguelles ffb954c931 Update container-communication.md (#2740)
remove 'else' for clarity
2017-04-12 10:35:54 -07:00
tiilikainen fb4ff10d9d Update work-with-networks.md (#2680)
Corrected a small formatting error.
2017-04-07 13:11:11 -07:00
Misty Stanley-Jones a75280f77b Use a real image in network example (#2570) 2017-03-30 16:03:00 -07:00