@@ -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
|
||||
|
||||
Reference in New Issue
Block a user