Node.js hello world app using Docker
969
Clone this repository:
$ git clone https://github.com/ixkaito/docker-node-hello.git && docker-node-hello
Build your image
$ docker build -t <your username>/node-hello .
Run the image
$ docker run -p 80:80 --restart=always -d <your username>/node-hello
Access the IP or URI of your Docker server in your browser
Content type
Image
Digest
Size
242.2 MB
Last updated
over 10 years ago
docker pull ixkaito/docker-node-hello