Commit Graph

47084 Commits

Author SHA1 Message Date
Misty Stanley-Jones 93b6932f13 Update example to use official consul image (#4670) 2017-09-19 15:37:23 -07:00
Jim Galasyn fa2b58f766 Add note about HA and load balancers (#4671) 2017-09-19 13:54:15 -07:00
Wang Jie a88626b6d4 Update issues.md (#4642) 2017-09-19 11:33:32 -07:00
James Mills ee0881286b Make dockremap and testuser uid/gid match (#4667)
This example is leading to confusion when folks populate /etc/sub{g,u}id with dockremap:231072:65536 instead of testuser:231072:65536.  Step 4 (verification) of "Enable userns-remap on the daemon" doesn't match if the dockremap uid/gid is used.
2017-09-19 11:33:08 -07:00
Jonas Hecht 4aed3dfbba Docker service registry not running correctly (Replicas 0/1) (#4641) 2017-09-19 11:32:01 -07:00
Santiago Petrone 4204df859d Indentation fix (#4491) 2017-09-19 11:09:53 -07:00
rdxmb 207acedee2 healthcheck examples - considers valid exit codes (#4652)
As the exit codes for healthcheck must be 0 or 1 , these examples take care about that.
(curl could also exit with another code != 1)
2017-09-19 10:26:53 -07:00
Misty Stanley-Jones 7388b14411 Add Windows example for running Prometheus (#4661) 2017-09-19 10:23:20 -07:00
Trapier Marshall 1902124149 style guide: request not to reference github issues (#4665)
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-09-19 10:21:57 -07:00
pinata-mac 23d97a4db4 Docker for windows edge relnotes 17.09.0-ce-rc2-win29 (#4663)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-09-19 10:21:13 -07:00
pinata-mac 2e87bfd80b Docker for mac edge relnotes 17.09.0-ce-rc2-mac29 (#4664)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-09-19 10:19:36 -07:00
Andy Clemenko c976c02331 remove the recommendation of 7 nodes. (#4657)
removing the recommendation of 7 managers nodes based guidance from engineering. they claimed 7 manager nodes was less performative then 5.
2017-09-18 17:00:11 -07:00
Wang Jie 24bf1944ec Update review-pr.md (#4637) 2017-09-18 16:46:58 -07:00
Sebastiaan van Stijn 02635843e3 Fix pull output example to match username (#4655)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-09-18 16:45:50 -07:00
Victoria Bialas 02fc66fde8 More info on resource constraints in Compose v3 and v2 (#4651)
* added more info about resource constraints to Compose docs

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

* fixed link in Compose docs, added instructions in test for adding custom target link link IDs

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

* fixed links

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-18 16:02:05 -07:00
Misty Stanley-Jones 4641ccfc6b Give sudo access to local environment variable (#4660) 2017-09-18 15:39:21 -07:00
Wang Jie 1a0c6c1e3d Update software-req-win.md (#4590) 2017-09-18 15:33:49 -07:00
Jim Galasyn b576e23bf5 Update ElasticSearch command (#4659) 2017-09-18 14:45:21 -07:00
Jim Galasyn 5e99cfe339 Add note about manager node minimum requirements (#4653) 2017-09-18 10:00:10 -07:00
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