Skip to content

haohanyang/node-docker-example

Repository files navigation

Example node.js Docker app

An example about how to build and publish mult-arch images of a node.js app.

  • Pull the image
docker pull haohanyang/node-docker-example
  • Start the container
docker run -it --rm -p 3000:3000 haohanyang/node-docker-example

About

Sample node.js application and docker images build

Topics

Resources

License

Stars

Watchers

Forks

Contributors