Run a Container

Once the image is built, you can create and run a container from it:

docker run -p 8080:8080 my-node-app

Here is the result at the command line

 

Here is the result in the browser

Finally the container running in Docker Desktop

Discussion
Congratulations on getting this lab published and thank you for sharing!!

1

Most welcome Arpan! Looking forward to contributing more!! :)

6

1