Commit Graph

47732 Commits

Author SHA1 Message Date
Maria Bermudez
3f139093d4 Merge pull request #8380 from docker/docker-cloud-updates
Remove deprecated Cloud links
2019-02-28 21:29:34 +00:00
Maria Bermudez
63dcd0b135 Remove deprecated Cloud links 2019-02-28 13:09:39 -08:00
Joao Fernandes
1da8e4f6c2 Remove assignee from issues 2018-05-04 09:24:00 -07:00
Misty Stanley-Jones
e984ba560e Fix 17.09 archive 2018-01-29 16:17:49 -08:00
Misty Stanley-Jones
0e561834cb Remove content not relevant to archives 2018-01-04 17:21:57 -08:00
Misty Stanley-Jones
53ca9a393d Committing upstream resources 2018-01-04 17:21:55 -08:00
Misty Stanley-Jones
54089d7740 Use archive Dockerfile 2018-01-04 17:21:55 -08:00
Misty Stanley-Jones
26dfec2aa8 Use Jenkins nodes that support multi-stage (#5669) 2018-01-04 17:19:48 -08:00
Misty Stanley-Jones
d85e0d09c3 Try to fix JS TOC logic (#5666) 2018-01-04 14:48:38 -08:00
Alex Finnarn
f57b348089 Update Example To Use Version 3 (#5662) 2018-01-03 16:52:15 -08:00
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