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.
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)
* 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.
* 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>
* Docs: Remove duplicated `amazonec2-userdata` flag
* Docs: Remove duplicate content aws-driver/Options list
* Docs: Order list (ASC) Environment variables and default values
* 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
* 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