diff --git a/docker-for-windows/wsl-tech-preview.md b/docker-for-windows/wsl-tech-preview.md index 165464149f..2db1878208 100644 --- a/docker-for-windows/wsl-tech-preview.md +++ b/docker-for-windows/wsl-tech-preview.md @@ -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 2` +5. Set Ubuntu 18.04 as the default distribution. + + `wsl -s ubuntu 18.04` # Download diff --git a/ee/ucp/kubernetes/cluster-ingress/ingress.md b/ee/ucp/kubernetes/cluster-ingress/ingress.md index 44c2012851..2e3c7ff623 100644 --- a/ee/ucp/kubernetes/cluster-ingress/ingress.md +++ b/ee/ucp/kubernetes/cluster-ingress/ingress.md @@ -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/) \ No newline at end of file +- [Deploy a Sample Application with Sticky Sessions](./sticky/)