Commit Graph

47722 Commits

Author SHA1 Message Date
Misty Stanley-Jones de9262b939
Add 17.09 archive to Dockerfile (#5660) 2018-01-03 11:47:32 -08:00
Misty Stanley-Jones 8e09244ba9 Add 17.12 to archive list 2018-01-02 17:13:00 -08:00
gbarr01 c51f3d31c5 Add CE release notes 2018-01-02 17:13:00 -08:00
gbarr01 7c3df66e72 Add API v1.35 dir and update references 2018-01-02 17:13:00 -08:00
gbarr01 3950e84534 Update CLI reference files and TOC 2018-01-02 17:13:00 -08:00
gbarr01 b4a9fbf9a4 Update config file 2018-01-02 17:13:00 -08:00
Eli Uriegas e2c97840f4 Add ARM64 to platform matrix (#5454)
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
2018-01-02 17:13:00 -08:00
Akim Demaille 757c140877 Mac: the disk image has moved (#5603)
* Mac: the disk image has moved

In the forthcoming release of Docker for Mac, the disk image is in
another directory (was needed for future changes).

Signed-off-by: Akim Demaille <akim.demaille@docker.com>

* Mac: FAQ: Promote "Disk Usage" questions

One level upper.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-01-02 17:13:00 -08:00
gbarr01 22852c0b21 Update seccomp note and remove ref to Fedora 22 2018-01-02 17:13:00 -08:00
gbarr01 7fcb35b57f Add Fedora 27; Update refs to fc24 2018-01-02 17:13:00 -08:00
Misty Stanley-Jones 15eb7fe379 Swarm service isolation (#5564) 2018-01-02 17:13:00 -08:00
Misty Stanley-Jones 2b68553bf4 Document quota support for VFS driver (#5560) 2018-01-02 17:13:00 -08:00
dungeonmaster18 e90fbae9e4 Added documentation for fluentd plugin sub-second-precision flag
Signed-off-by: dungeonmaster18 <umesh4257@gmail.com>
2018-01-02 17:13:00 -08:00
Jim Galasyn 350d6f0846
Add sudo to CLI-based access snippet (#5652) 2018-01-02 12:20:33 -08:00
Thomas Matthijs 646fa53a52 Keep required [Service] like the example above it (#5648) 2018-01-02 10:08:16 -08:00
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