Sign inSign up

eisson/node-app

By eisson

Updated about 7 years ago

simple node application that prints a message

Image
0

92

eisson/node-app repository overview

simple web app with node

dockerize this application written in nodejs

Find the image here

Pulling the image

docker pull eisson/node-app-docker

Using the image in a Dockerfile

FROM eisson/node-app-docker

building and pushing :

$ docker build -t eisson/node-app-docker:latest 
# $ docker build -t <your username>/node-web-app .
$ docker push  eisson/node-app-docker:latest 

Tag summary

Content type

Image

Digest

Size

333.8 MB

Last updated

about 7 years ago

docker pull eisson/node-app