simple node application that prints a message
92
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
Content type
Image
Digest
Size
333.8 MB
Last updated
about 7 years ago
docker pull eisson/node-app