Merge branch 'master' of github.com:docker/docs-private into 2019-08-patch-release-notes

This commit is contained in:
usha-mandya 2019-08-14 16:37:48 +01:00
commit 7231baa0e6
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