Merge pull request #1295 from usha-mandya/2019-08-patch-release-notes

sync patch release with docs-private 'master'
This commit is contained in:
Usha Mandya 2019-08-14 16:57:00 +01:00 committed by GitHub
commit d99e0d3b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -34,6 +34,9 @@ Before you install Docker Desktop WSL 2 Tech Preview, you must complete the foll
To upgrade to v2, run:
`wsl --set-version <distro name> 2`
5. Set Ubuntu 18.04 as the default distribution.
`wsl -s ubuntu 18.04`
# Download

View File

@ -35,7 +35,7 @@ An example Kubernetes manifest file container all 3 deployments can be found [he
2) Download the sample Kubernetes manifest file
```
$ wget https://github.com/docker/docker.github.io/tree/master/ee/ucp/kubernetes/cluster-ingress/yaml/demo-app.yaml
$ wget https://raw.githubusercontent.com/docker/docker.github.io/master/ee/ucp/kubernetes/cluster-ingress/yaml/demo-app.yaml
```
3) Deploy the sample Kubernetes manifest file
@ -105,7 +105,7 @@ For the sample application, an example manifest file with all 3 objects defined
2) Download the sample Kubernetes manifest file
```
$ wget https://github.com/docker/docker.github.io/tree/master/ee/ucp/kubernetes/cluster-ingress/yaml/ingress-simple.yaml
$ wget https://raw.githubusercontent.com/docker/docker.github.io/master/ee/ucp/kubernetes/cluster-ingress/yaml/ingress-simple.yaml
```
3) Deploy the sample Kubernetes manifest file
@ -165,4 +165,4 @@ requests are sent to the other versions.
## Where to go next
- [Deploy a Sample Application with a Canary release](./canary/)
- [Deploy a Sample Application with Sticky Sessions](./sticky/)
- [Deploy a Sample Application with Sticky Sessions](./sticky/)