Update hello minikube tutorial intro page

This commit is contained in:
RA489
2020-12-01 12:51:38 +05:30
parent 123744b1bd
commit 0a2ec705b9
@@ -92,9 +92,7 @@ weight: 10
<div class="row">
<div class="col-md-8">
<p>
For your first Deployment, you'll use a Node.js application packaged in a Docker container. (If you didn't already try creating a
Node.js application and deploying it using a container, you can do that first by following the
instructions from the <a href="/docs/tutorials/hello-minikube/">Hello Minikube tutorial</a>).
For your first Deployment, you'll use a hello-node application packaged in a Docker container that uses NGINX to echo back all the requests. (If you didn't already try creating a hello-node application and deploying it using a container, you can do that first by following the instructions from the <a href="/docs/tutorials/hello-minikube/">Hello Minikube tutorial</a>).
<p>
<p>Now that you know what Deployments are, let's go to the online tutorial and deploy our first app!</p>