Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 382 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 382 Bytes

Node Docker Hello World

A node app that displays the current OS and distribution that it is running on.

Debian

docker run -it -p 8000:8080 patrickrainier/node-docker

debian.png

Alpine

docker run -it -p 8081:8080 patrickrainier/node-docker:alpine

alpine.png

Local

yarn start

local.png