Commit Graph

48957 Commits

Author SHA1 Message Date
Jenkins-pr-release-docs 793ac64980 Docker for mac stable relnotes 18.06.1-ce-mac73
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-08-29 08:16:06 +00:00
Anne Henmi 38305a68c7
Merge pull request #7271 from docker/bermudezmt-patch-1
Grammar fixes
2018-08-28 14:23:07 -06:00
Maria Bermudez ab5ad46fc2
Change "re-create" to recreate 2018-08-27 16:27:22 -07:00
Maria Bermudez fa09742e7e
Grammar fixes 2018-08-27 16:21:57 -07:00
Anne Henmi 0fabbd8456
Merge pull request #7266 from ahh-docker/branch-ahh
Punctuation fix
2018-08-27 11:37:01 -06:00
Anne Henmi 59a9c5a8da
Update ee-linux-install-reuse.md 2018-08-27 11:35:58 -06:00
Anne Henmi 52febf8430 Punctuation fix 2018-08-27 10:02:52 -06:00
Tammy Fox 06bb961ae2
Merge pull request #7247 from omegamormegil/patch-7
Fix UCP upgrade only upgrades one node
2018-08-24 17:04:46 -04:00
Tammy Fox 572e5f9a76
Merge pull request #6962 from trapier/dtr-rethinkcli-noninteractive
introduce rethinkcli non-interactive mode for DTR 2.2-2.5
2018-08-24 17:00:18 -04:00
Tammy Fox 33ef8ed45b
Merge pull request #7135 from ollypom/updateeeversions
Update Variables to UCP 3.0.3
2018-08-24 16:58:43 -04:00
Tammy Fox a7d8859020
Merge pull request #7205 from ollypom/offlinebundless
Updated UCP 3.0.4 offline bundles
2018-08-24 16:44:03 -04:00
Tammy Fox c2e0da725b
Merge pull request #7176 from carlfischer1/patch-6
extend description of Windows Server 1709 and 1803
2018-08-24 16:19:19 -04:00
Tammy Fox a7cf91064f
Merge branch 'master' into patch-6 2018-08-24 16:19:12 -04:00
Tammy Fox 0ab7b3d96f
Merge pull request #7251 from bitmonk/patch-1
Remove out-of-date note about Kubernetes
2018-08-24 16:18:08 -04:00
Tammy Fox d1c0f96fb2
Merge pull request #7261 from docker/bermudezmt-patch-3
Formatting and grammar updates
2018-08-24 16:17:16 -04:00
Tammy Fox beb7383d74
fix liquid tag 2018-08-24 16:16:43 -04:00
Tammy Fox bf14bccb6f
put warning example in code block 2018-08-24 16:15:04 -04:00
Tammy Fox e4afd61727
Merge pull request #6972 from carlfischer1/patch-4
Update Windows install instructions to support multiple channels
2018-08-24 16:11:37 -04:00
Tammy Fox 6cafc370d6
don't link to "here" 2018-08-24 16:11:15 -04:00
Tammy Fox c186d7aa6c
Merge pull request #7234 from docker/bermudezmt-patch-1
Reflect name change from IBM z Systems to IBM Z
2018-08-24 12:53:37 -04:00
Tammy Fox c5712d0545
Merge pull request #7260 from docker/bermudezmt-patch-2
Remove DockerCon '18 SF advert from site
2018-08-24 12:52:29 -04:00
Maria Bermudez 55d6ea8cbf
Formatting and grammar updates
- Update phrasing on "Manage Docker as a non-root user"
- Make "Docker daemon" usage consistent
- Update systemd vs daemon.json formatting
2018-08-23 16:35:55 -07:00
Maria Bermudez 05886b2dde
Remove DockerCon '18 SF advert from site 2018-08-23 12:32:36 -07:00
Tammy Fox 51cb6c2de1
Merge pull request #6950 from bjsun/patch-2
fix: configuration reference link
2018-08-22 14:29:14 -04:00
Maria Bermudez 7b5e8b7aff
Revert absolute path change
Existing link works on docs.docker.com
2018-08-21 15:50:35 -07:00
Justin Alan Ryan e1dcb93035
Remove out-of-date note about Kubernetes
The documentation for the current stable release insists that Kubernetes is only available in Edge, which is confusing as the current stable release is an entire major version newer than the Edge version in which Kubernetes was introduced.

This blurb is easily enough removed. :)
2018-08-21 13:49:23 -07:00
Nathan Jones e7509a4893
Fix UCP upgrade only upgrades one node
Running the UCP upgrade upgrades all managers and workers to the new version, contrary to what is described here. Here is sample output from running this command:

$ docker container run --rm -it   --name ucp   -v /var/run/docker.sock:/var/run/docker.sock   docker/ucp:2.2.12   upgrade --interactive
Unable to find image 'docker/ucp:2.2.12' locally
2.2.12: Pulling from docker/ucp
a073c86ecf9e: Already exists 
fae35fe3a426: Pull complete 
f13c1be613a6: Pull complete 
Digest: sha256:61d4a2e8969a0139187ecf13af8c0020bb7bb5ff5efa2b06e331394a67bd4b68
Status: Downloaded newer image for docker/ucp:2.2.12
INFO[0000] Your engine version 17.06.2-ee-16, build 9ef4f0a (4.4.0-133-generic) is compatible 
INFO[0000] Upgrade the UCP 2.2.5 installation on this cluster to 2.2.12 for UCP ID: sc3nkn5p6rnc33o1e33mnqa1r 
INFO[0000] Once this operation completes, all nodes in this cluster will be upgraded. 
Do you want proceed with the upgrade? (y/n): y
2018-08-21 14:29:48 -04:00
ollypom 61b5f1302f Added 2.0.4
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-08-21 19:03:49 +01:00
ollypom b9c4dde620 Add UCP 2.2.12
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-08-21 19:02:32 +01:00
ollypom 696678b5e4 Moved to 3.0.4
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-08-21 19:02:32 +01:00
ollypom 7a558ebb3b Update DTR ver
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-08-21 19:02:32 +01:00
ollypom b3d3c8d03e Updated EE Versions
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-08-21 19:02:32 +01:00
Maria Bermudez 7a9bc8d212
Reflect name change from IBM z Systems to IBM Z
See the change details here: https://en.wikipedia.org/wiki/IBM_Z
2018-08-20 10:28:09 -07:00
Tammy Fox 1d6f60124d
Merge pull request #7018 from javabrett/depends_on-anchor
Fixed anchor error #depends-on -> #depends_on.
2018-08-17 23:28:06 -04:00
Maria Bermudez 68593a7d59
Grammatical and spelling updates
- Fix misspelling
- Remove unnecessary comma
2018-08-17 17:44:52 -07:00
Tammy Fox fb9f81bfea
Merge pull request #7230 from docker/tfoxnc-patch-1
clarify --external-server-cert description, fix syntax highlighting
2018-08-17 18:46:53 -04:00
Tammy Fox 3bc455cedc
clarify --external-server-cert description, fix syntax highlighting 2018-08-17 18:08:56 -04:00
Maria Bermudez 17fa6162ef
Merge pull request #7008 from darwin-traver/patch-4
Ubuntu 18.04 support added in 18.03.1-ee-1
2018-08-17 15:03:49 -07:00
Maria Bermudez 4dc15233cb
Update release-notes.md
- Reviewed Compatibility matrix to confirm support.
- Added a period for consistency.
2018-08-17 14:53:19 -07:00
Sebastiaan van Stijn 4608b0a8fb
Merge pull request #7207 from tlvince/patch-1
Fix rm removes typo
2018-08-12 12:01:27 +02:00
Tom Vincent 1d5d5cb29c
Fix rm removes typo 2018-08-12 10:37:34 +01:00
ollypom 2b7a0845ba Add UCP 2.2.12
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-08-10 15:34:42 +01:00
ollypom 061449cc75 Updated 3.0.4 offline bundles
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-08-10 13:34:50 +01:00
Brett Randall 8d8b00b2d2 Fixed anchor error #depends-on -> #depends_on.
Target https://docs.docker.com/compose/compose-file/#depends_on .

Signed-off-by: Brett Randall <javabrett@gmail.com>
2018-08-10 19:21:38 +10:00
Tammy Fox daa3aebf88
Merge pull request #7196 from millerdz/patch-5
updating link to engine specs
2018-08-09 17:51:39 -04:00
Tammy Fox 53f4908143
Merge pull request #7197 from docker/tfoxnc-patch-1
updating wording from wsong
2018-08-09 16:55:32 -04:00
Tammy Fox 4a80e2a146
updating wording from wsong 2018-08-09 16:54:49 -04:00
Derrick Miller 09bdf7d4b1
updating link to engine specs
link was redirecting to CE engine page. the link has been fixed to redirect to the EE engine page.
2018-08-09 15:15:50 -04:00
Tammy Fox 71e720a3d6
Merge pull request #7194 from docker/tfoxnc-patch-1
add known issue
2018-08-09 14:28:14 -04:00
Tammy Fox 3db96f6368
add known issue 2018-08-09 14:27:56 -04:00