Update hello-minikube.md (#4468)

Fixes a typo
This commit is contained in:
Steve Sharp
2017-07-26 05:17:03 +08:00
committed by Janet Kuo
parent bd916fbd76
commit 04776838c9
@@ -137,7 +137,7 @@ existing image. The image in this tutorial extends an existing Node.js image.
This recipe for the Docker image starts from the official Node.js LTS image
found in the Docker registry, exposes port 8080, copies your `server.js` file
to the image and start the Node.js server.
to the image and starts the Node.js server.
Because this tutorial uses Minikube, instead of pushing your Docker image to a
registry, you can simply build the image using the same Docker host as