An open API service indexing awesome lists of open source software.

https://github.com/haohanyang/node-docker-example

Sample node.js application and docker images build
https://github.com/haohanyang/node-docker-example

circleci devops docker github-actions node nodejs

Last synced: about 1 year ago
JSON representation

Sample node.js application and docker images build

Awesome Lists containing this project

README

          

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

* Pull the image
```bash
docker pull haohanyang/node-docker-example
```

* Start the container
```bash
docker run -it --rm -p 3000:3000 haohanyang/node-docker-example
```