npm init
node index.js
docker build -t xiashay/hey-node:0.0.1.RELEASE .
docker container ls
docker push xiakshay/hey-node:0.0.1.RELEASE
This is only for learning. I build an docker image which contains a node file into it.
JavaScript
npm init
node index.js
docker build -t xiashay/hey-node:0.0.1.RELEASE .
docker container ls
docker push xiakshay/hey-node:0.0.1.RELEASE