Sign inSign up

ixkaito/docker-node-hello

By ixkaito

Updated over 10 years ago

Node.js hello world app using Docker

Image
0

968

ixkaito/docker-node-hello repository overview

Node.js Hello World App using Docker

Prerequisites

Getting Started

  1. Clone this repository:

    $ git clone https://github.com/ixkaito/docker-node-hello.git && docker-node-hello
    
  2. Build your image

    $ docker build -t <your username>/node-hello .
    
  3. Run the image

    $ docker run -p 80:80 --restart=always -d <your username>/node-hello
    
  4. Access the IP or URI of your Docker server in your browser

Tag summary

Content type

Image

Digest

Size

242.2 MB

Last updated

over 10 years ago

docker pull ixkaito/docker-node-hello