Commit Graph

47757 Commits

Author SHA1 Message Date
Steven Showers 7e102360d5 Update system-requirements.md
Added:

Note that, when planning for host storage, workflows based around `docker pull` through UCP will result in higher storage requirements on manager nodes, since `docker pull` through UCP results in the image being pulled on all nodes.

This has become an issue for some customers who did not plan to make additional storage available on UCP managers.
2018-01-02 10:07:30 -08:00
Aaron Thomas 47f9a8cf70 Added AWS IdleTimeout recommendations
@vikstrous: this change deals with some long-running DTR operations that required a 600 second idle timeout and missing for AWS LBs. The added change was sourced from: http://docs.aws.amazon.com/cli/latest/reference/elb/modify-load-balancer-attributes.html. Thanks!
2018-01-02 10:06:33 -08:00
Aaron Thomas eca889ca88 Updating set-up-high-availability.md
This request is based on an internal support case with Genesys ( A Docker Enterprise Customer ) who confirmed through our sales department ( who has relayed they've confirmed via engineering ) that we current support installing DTR on the same nodes as UCP manager nodes. Our documentation however says this is a requirement and Genesys has requested we update our documentation to reflect this which is the basis of this change. [https://docker.my.salesforce.com/5000f00001FBE2l](Docker Support Case 00033149)
2018-01-02 10:02:03 -08:00
Peter Kokot 4c9fae8e23 Fix anchor link (#5639) 2018-01-02 10:01:49 -08:00
chenchuk77 be9f918bd5 Update install-machine.md (#5644)
missing line continuation char at Linux instructions.
2018-01-02 09:49:52 -08:00
Bryan Lee f8b69ee538 Store update (#5507) 2017-12-28 07:02:56 -08:00
Stephen Kuenzli 8ad2680824 Document the `mode` and `max-buffer-size` log options (#5613)
* Document how and why to configure the `mode` and `max-buffer-size` log options
2017-12-27 14:08:47 -08:00
Misty Stanley-Jones ec82a87307
Fix typo causing the extend docs not to be fetched (#5636) 2017-12-27 13:28:51 -08:00
William Richard cd296bbae1 Update journald logging driver options docs (#5572)
* Updated the options docs for journald driver

I have updated the options documentation for the journald logging driver, since I was having trouble understanding how it was supposed to be used.  I modeled it heavily after the google cloud logging driver docs, since I found those helpful in solving my own issues.
2017-12-27 13:04:04 -08:00
Joffrey F 1f36a5274f Update getting started guide with retry-loop and short explanation (#5635)
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-12-27 12:59:22 -08:00
Renato Piccoli d30e1955a9 Confusion between `--publish` and `published` (#5614) 2017-12-27 11:25:20 -08:00
Paul Verest c63fe4bf8a /compose/install/#alternative-install-options (#5616)
/compose/install/#alternative-install-options  link does not work, so add "tab above" words
2017-12-27 11:18:01 -08:00
Misty Stanley-Jones 44d4cb7665
Improve ordering of master Dockerfile (#5630) 2017-12-27 10:13:44 -08:00
Misty Stanley-Jones ec1a8b20c4
Fix mistakes in tag names in README (#5625) 2017-12-27 00:11:59 -08:00
Misty Stanley-Jones 6051302b4d
Use multistage build for master (#5369) 2017-12-26 23:17:44 -08:00
John Mulhausen 5428939083
Update part2.md (#5586) 2017-12-26 17:26:33 -05:00
x1ah 310a9f8f8c fix docker-compose.yml have not link redis (#5602)
rt, if web have not link redis, `redis = Redis(host='redis', port=6379)` will can not recognize the host('redis')
2017-12-26 12:52:27 -08:00
Martijn van Calker 2ead7d5dd3 docs: Sort lists and tables ASC (#5600) 2017-12-26 12:51:27 -08:00
Stu 1b302910ca Update generic.md (#5610)
add info about systemd setting
2017-12-26 12:49:01 -08:00
Peter Kokot 1dba72ce24 Fix typo (#5611)
This patch fixes minor typo of the `docker-compose` command.
2017-12-26 12:40:03 -08:00
Dan Nissenbaum 2abb491a2d A frustrating typo (#5605) 2017-12-26 12:39:36 -08:00
Sebastiaan van Stijn 32958e7c60 Improve Engine API documentation (#5607)
* Share redoc JavaScript between API versions

The redoc JavaScript is a big file, and there's no need
to keep a separate copy for each version of the API.

This patch removes the copy per-version and moves the script
to a central location.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Use central stylesheet for API reference

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Update ReDoc to v1.19.3

Changelog can be found at https://github.com/Rebilly/ReDoc/blob/v1.19.3/CHANGELOG.md

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Hide "request type" badges in menu

ReDoc 1.13 added "request type" badges in the menu
given that we didn't show these before, this patch
hides them.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Add .map file for ReDoc

Having a .map file allows debugging script issues
in the ReDoc JavaScript (which is minified).

It's a big file, but may be useful to have.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-26 12:35:10 -08:00
Misty Stanley-Jones 2b5f1a1731
Add clarification about the path argument (#5620) 2017-12-26 12:27:53 -08:00
Misty Stanley-Jones cd1260a28d
Remove misleading generic storage driver instructions (#5619) 2017-12-26 12:27:26 -08:00
art 73c8ff17a9 Fixing some formatting and command params 2017-12-21 13:32:46 -08:00
Martijn van Calker 86fb652d05 Docs: Remove duplicated `amazonec2-userdata` flag (#5551)
* Docs: Remove duplicated `amazonec2-userdata` flag

* Docs: Remove duplicate content aws-driver/Options list

* Docs: Order list (ASC) Environment variables and default values
2017-12-21 12:07:29 -08:00
gtardif adb4daefd7 Release notes for 17.12.0-ce-rc4-mac44 (Edge) (#5595) 2017-12-21 09:30:26 -08:00
gtardif 67a6497108 Release notes for 17.12.0-ce-rc4-win44 (Edge) (#5596) 2017-12-21 09:30:10 -08:00
Thibault Jamet 3c44bc7f74 Add multi stage build best practices (#5481)
Signed-off-by: Thibault Jamet <tjamet@users.noreply.github.com>
2017-12-20 15:00:55 -08:00
Misty Stanley-Jones f5369145a1
Clarify some D4Azure points (#5545) 2017-12-20 14:58:08 -08:00
Sebastiaan van Stijn e8f875296a Fix physical/logical typo in D4M FAQ (#5547)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-20 14:57:11 -08:00
Umesh Yadav f834679182 fix broken link (#5581)
Signed-off-by: dungeonmaster18 <umesh4257@gmail.com>
2017-12-20 13:40:49 -08:00
Art 8d9992996e Initial Docker EE for IBM Cloud closed beta docs (#5583)
* Initial Docker EE for IBM Cloud closed beta docs

* TOC indentation

* Resolving links

* Removing a param from delete command

* Updates to start up flow

* Addressing Misty's review on formatting
2017-12-20 11:37:46 -08:00
John Mulhausen d17340d394
Speed up site rendering for authors (#5241)
* rough pass at tabs, jsonification

* GHPages 147, authoring YML, sitemap via plugin, working JS

* Update Gemfile

* Removing dk.rb artifact

* Simplifying authoring YML even more

* More YML simplification

* Remove jekyll-seo -- even more perf gain

* Glossary support

* Collections support

* Incremental off; GH Pages 172 gets build time to 50 seconds
2017-12-19 18:15:15 -08:00
Nick Volynkin 48c139d98c Replace /abc.md links with /abc/ in glossary (#5546)
Fix other broken links in glosary.
Fixes #5288
2017-12-19 16:26:57 -08:00
John Mulhausen 3a408a8231
Reducing the asides for better flow 2017-12-19 15:16:21 -08:00
Joao Fernandes d29842617f
Fix DTR backup/restore (#5565) 2017-12-19 14:48:17 -08:00
Mattias Appelgren a85d664d6b Fix typo of journald env-regex option (#5552) 2017-12-19 13:09:43 -08:00
Alex Villarreal 017a919e03 Fix conflicting docs on single/multiple tags (#5561) 2017-12-19 13:09:21 -08:00
Miguel A. C b49dbf9dbd Fix typo in how pki works in swarm (#5566) 2017-12-19 13:08:28 -08:00
Miguel A. C 354fac77a7 Add missing logentries row to supported drivers table (#5567) 2017-12-19 13:08:02 -08:00
Ameya Shenoy 3fc2a1f341 minor grammatical fixes (#5568) 2017-12-19 13:07:22 -08:00
John Mulhausen 7d4cd112a4
Preventing 404 2017-12-19 11:49:04 -08:00
John Mulhausen 1b322176f7
Update redirects.csv 2017-12-19 11:47:00 -08:00
Alejandro Avilés 47107d1986 Split shell completion section in Bash and Zsh (#5549) 2017-12-18 15:38:32 -08:00
Logan Rakai 1ff98b6467 Typo Correction (#5550) 2017-12-18 15:37:13 -08:00
Joffrey F 104e09b524 Update release notes
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-12-18 15:11:03 -08:00
Joffrey F 44bacb4ed2 Update compose-versioning file with newer additions
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-12-18 15:11:03 -08:00
Joffrey F 6e4339fc4d Update Compose docs to reflect changes in 1.18 release
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-12-18 15:11:03 -08:00
Misty Stanley-Jones 0793f49593 Document new features in Compose 1.17 (#5019) (#5021)
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-12-18 15:11:03 -08:00