Jenkins-pr-release-docs
5ad3338e2f
Docker for win edge relnotes 18.06.1-ce-win74
...
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-08-29 08:12:55 +00:00
Jenkins-pr-release-docs
ed036fdc5a
Docker for mac edge relnotes 18.06.1-ce-mac74
...
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-08-29 08:11:35 +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
Matt Crupi
3054360c11
Update deploy-with-compose.md
2018-08-27 09:39:10 -07:00
Anne Henmi
52febf8430
Punctuation fix
2018-08-27 10:02:52 -06:00
Shuang Wang
e49e519453
Update volumes.md
2018-08-26 13:40:06 +09: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
Lazaro Herrera
d943215248
Update install.md
2018-08-20 21:54:09 -04:00
Lazaro Herrera
626c212057
Update install.md
2018-08-20 21:43:11 -04:00
Lazaro Herrera
f383305977
Update install.md to fix critical issue.
...
This ensures users can download Docker without any issues.
2018-08-20 21:40:05 -04:00
Lazaro Herrera
d135401715
Update install.md to fix critical issue.
...
This ensures users can download Docker without any issues.
2018-08-20 21:39:26 -04:00
Pablo M. Canseco
dc72f81cd3
Update networking.md
2018-08-20 16:38:59 -06: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
Alex Seymour
4bab7f6ab3
Correct IP_COUNT environment variable name
...
Should be IP_COUNT not IPCOUNT per https://github.com/ddebroy/az-nic-ips/blob/master/src/azip/main.go
2018-08-20 10:56:57 +02: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
Miguel Carboni
32ded5f6fe
Update startup-order.md
2018-08-13 16:21:29 -03:00
Qhan Lin
a2fe5b1851
line 32 need a tab.
2018-08-13 16:28:28 +08:00