From 5a933fe14faaee0a62bfa91bc531b67db98f05cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Kemp=C3=A9?= Date: Wed, 8 Jul 2020 19:11:17 +0200 Subject: [PATCH 1/2] Update 01_deploy.md Add instructions to use a local registry for testing purpose. --- docs/tutorials/hello-tye/01_deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/hello-tye/01_deploy.md b/docs/tutorials/hello-tye/01_deploy.md index 60141683f..9cbbc4b52 100644 --- a/docs/tutorials/hello-tye/01_deploy.md +++ b/docs/tutorials/hello-tye/01_deploy.md @@ -8,7 +8,7 @@ Before we deploy, make sure you have the following ready... 1. Installing [docker](https://docs.docker.com/install/) based on your operating system. -2. A container registry. Docker by default will create a container registry on [DockerHub](https://hub.docker.com/). You could also use [Azure Container Registry](https://docs.microsoft.com/en-us/azure/aks/tutorial-kubernetes-prepare-acr) or another container registry of your choice. +2. A container registry. Docker by default will create a container registry on [DockerHub](https://hub.docker.com/). You could also use [Azure Container Registry](https://docs.microsoft.com/en-us/azure/aks/tutorial-kubernetes-prepare-acr) or another container registry of your choice, like a [local registry](https://docs.docker.com/registry/deploying/#run-a-local-registry) for testing (localhost:5000). 3. A Kubernetes Cluster. There are many different options here, including: - [Azure Kubernetes Service](https://docs.microsoft.com/en-us/azure/aks/tutorial-kubernetes-deploy-cluster) From cd4f09e8bd5026db503f56ed68d9f99feeefa9c0 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Wed, 8 Jul 2020 10:51:28 -0700 Subject: [PATCH 2/2] Update docs/tutorials/hello-tye/01_deploy.md Co-authored-by: Justin Kotalik --- docs/tutorials/hello-tye/01_deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/hello-tye/01_deploy.md b/docs/tutorials/hello-tye/01_deploy.md index 9cbbc4b52..d44d94888 100644 --- a/docs/tutorials/hello-tye/01_deploy.md +++ b/docs/tutorials/hello-tye/01_deploy.md @@ -8,7 +8,7 @@ Before we deploy, make sure you have the following ready... 1. Installing [docker](https://docs.docker.com/install/) based on your operating system. -2. A container registry. Docker by default will create a container registry on [DockerHub](https://hub.docker.com/). You could also use [Azure Container Registry](https://docs.microsoft.com/en-us/azure/aks/tutorial-kubernetes-prepare-acr) or another container registry of your choice, like a [local registry](https://docs.docker.com/registry/deploying/#run-a-local-registry) for testing (localhost:5000). +2. A container registry. Docker by default will create a container registry on [DockerHub](https://hub.docker.com/). You could also use [Azure Container Registry](https://docs.microsoft.com/en-us/azure/aks/tutorial-kubernetes-prepare-acr) or another container registry of your choice, like a [local registry](https://docs.docker.com/registry/deploying/#run-a-local-registry) for testing. 3. A Kubernetes Cluster. There are many different options here, including: - [Azure Kubernetes Service](https://docs.microsoft.com/en-us/azure/aks/tutorial-kubernetes-deploy-cluster)