Commit Graph

47265 Commits

Author SHA1 Message Date
Jim Galasyn e0bfcf33d5 Add note about IP protocol 50 (ESP) traffic (#4650) 2017-09-15 17:18:26 -07:00
Trapier Marshall 102684b047 UCP: operationalize config file editing (#4605)
Made instructions for editing UCP config copy-pastable with in-line
comments. This removes the need to copy-part-of-a-line,
paste-some-output-from-another-command, copy-next-part-of-a-line,
repeat, until a command is complete.

Also moved the "Example config" below "Inspect and modify" to improve
readability as "Inspect and modify" is a more common workflow.

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-09-15 15:44:03 -07:00
Victoria Bialas a59512c22f Updated instructions on linking AWS accounts in Docker Cloud (#4647)
* 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>

* update AWS IAM role instructions on Cloud docs

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

* optimized images, fixed duplicate text content

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-15 14:50:45 -07:00
Wang Jie d8ee7849e7 Update advanced-contributing.md (#4638) 2017-09-15 11:31:23 -07:00
Wang Jie 93c2c5fdac Update coding-style.md (#4639) 2017-09-15 11:30:54 -07:00
Wang Jie 052c6bd89c Update meetups.md (#4640) 2017-09-15 11:28:34 -07:00
wafle 01ec9dceb7 Fix broken link (#4643) 2017-09-15 11:21:03 -07:00
Jonas Hecht 9f75159867 contraint instead of label to create Registry on node1 (#4644)
As the `--label` option is used before in `docker node update --label-add registry=true node1`, the Docker registry should be restricted to only run on `node1` - and nowhere else. So the `docker service create` command has to use the option `--constraint 'node.labels.registry==true` instead of `--label registry=true`- because it is a contraint, where to run the Registry - we don´t just want to set a label again.
2017-09-15 11:20:26 -07:00
Jim Galasyn aaf90c9dfc WIP: Add topic on stacks and collections (#4623)
Add topic on stacks and collections
2017-09-14 18:10:06 -07:00
Wang Jie 1227bf3453 Update set-up-git.md (#4591) 2017-09-14 15:56:03 -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
Blake Holmes c631008a16 Available on Windows now (#4630) 2017-09-14 11:53:29 -07:00
Javier Arellano be0e410f24 Fix example (#4631)
Fix sudo command in example
2017-09-14 11:51:38 -07:00
Wang Jie 67e53c0676 Update test-and-docs.md (#4627) 2017-09-14 11:50:56 -07:00
Wang Jie 7a6d728770 Update work-issue.md (#4628) 2017-09-14 11:50:33 -07:00
Joao Fernandes 8120e83429 Add HRM with path-based routing (#4632) 2017-09-14 11:48:30 -07:00
Joao Fernandes d317d6d451 Add permission level for scanning images (#4625) 2017-09-14 10:51:45 -07:00
Misty Stanley-Jones d4c2079ddf Add info about adding shared folders to Toolbox (#4622)
* Add info about adding shared folders to Toolbox

* copyedits and formatting, added link to Speccy per Gwen in Windows systems check topic

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

* copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-13 17:44:56 -07:00
Gwendolynne Barr 34cd249844 Improvements to Getting Started content for Compose (#4617) 2017-09-13 16:55:51 -07:00
Nitesh Kumar Anand c3dd3ca01b Fixing a typo. (#4613)
Even though webkit-animation is overridden by animation property, thought of fixing the typo.
2017-09-13 16:52:03 -07:00
Gwendolynne Barr ba9086c0a4 Clarify that Compose works in production (#4612) 2017-09-13 16:51:34 -07:00
Alberto Scotto 1411b44583 edge: update the version number (#4607) 2017-09-13 16:50:56 -07:00
Joao Fernandes b7a44e15b4 Update UCP system requirements (#4600) 2017-09-13 15:57:23 -07:00
Trapier Marshall f42f2a9858 ucp: correct agent config change command (#4595)
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-09-13 15:55:21 -07:00
Viktor Stanchev f36e261b6f DTR 2.3.3 release notes (#4568)
* DTR 2.3.3 release notes
2017-09-13 15:51:41 -07:00
Trapier Marshall cfad72023b ucp: fix support dump --log-driver arp placement (#4619)
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-09-13 15:50:01 -07:00
Joao Fernandes 898270c233 Release UCP 2.2.3 (#4621) 2017-09-13 15:34:49 -07:00
Joao Fernandes 9d9d5a0147 Explain how to use a proxy with DTR (#4608) 2017-09-13 15:30:53 -07:00
Joao Fernandes 864d53b63c Improve description of tagmigration in DTR (#4599) 2017-09-13 15:26:23 -07:00
Misty Stanley-Jones 032042651b Add info about stacks for AWS and Azure docs (#4620) 2017-09-13 14:53:52 -07:00
Gwendolynne Barr 1d20f44618 Indent services in compose file (#4611) 2017-09-13 13:27:59 -07:00
Victoria Bialas 1f99dfa207 Add more info re: Hyper-V driver for Docker Machine on Windows, cleanup, link topics together (#4609)
* add more links and info re: Hyper-V driver for Docker Machine on Windows

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

* added info on where Machine data lives

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

* added information about the Hyper-V Manager

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

* linked between docker-machine create command and other relevant topics

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

* copyedits

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

* copyedits, added Examples heading to create driver

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

* clarifed docker-machine create example

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-13 12:30:15 -07:00
French Ben e750dcaa13 Add AWS faq for large clusters (#4477) 2017-09-13 11:10:55 -07:00
Trapier Marshall 161094bd3f Add current_issues table to DTR troubleshooting (#4496)
rethinkdb current_issues table is relevant in troubleshooting rethinkdb
issues.

Ref: https://www.rethinkdb.com/docs/system-issues/

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-09-13 10:13:48 -07:00
Misty Stanley-Jones 272f0dbb95 Put back info on --storage-driver and caveats (#4604) 2017-09-13 10:13:02 -07:00
Joao Fernandes 753901936b Improve notary setup for DTR (#4603) 2017-09-12 16:36:41 -07:00
Joao Fernandes ff4d39fa90 Improve DTR backup and restore (#4602) 2017-09-12 16:35:51 -07:00
Joao Fernandes 2788c56ce7 Update garbage collection in DTR (#4598) 2017-09-12 11:31:37 -07:00
Joao Fernandes 3f0c3c3297 Replace Datacenter with Docker EE (#4566) 2017-09-11 17:08:22 -07:00
Larry e39f5dccf6 Fix paths for devicemapper (#4562) 2017-09-11 17:06:53 -07:00
Gwendolynne Barr aecc7b7886 Add --amazonec2-open-port to example and tidy page (#4554) 2017-09-11 17:05:23 -07:00
Muyiwa Iyowu 5005c9521c append to extfile.cnf (#4541)
Append "extendedKeyUsage = clientAuth" to the openssl config file instead of replacing it.
2017-09-11 17:04:56 -07:00
zaggash a9bbafe693 Missing space (#4535) 2017-09-11 17:03:53 -07:00
Wang Jie fb870c0f52 Update userns-remap.md (#4534) 2017-09-11 17:03:25 -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
Douglas Jose 5d6f807187 Update ansible.md (#4531)
Edited wrong `docker_container` module name.
2017-09-11 17:01:57 -07:00
Trapier Marshall b6137ace7c indicate how to modify ucp config file (#4508)
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-09-11 17:01:17 -07:00
newyangyang 4c0a508a41 Update docker-overview.md (#4521) 2017-09-11 17:00:33 -07:00
Wang Jie 8535b0f07d Update seccomp.md (#4518) 2017-09-11 17:00:00 -07:00
Misty Stanley-Jones 2569f75e7e Update instructions for Raspberry Pi (#4315) 2017-09-11 16:55:12 -07:00