Sign inSign up

thesuhu/docker-node-pm2

By thesuhu

Updated 11 months ago

Docker images used to create containers ready with Node.js and PM2.

Image
Web servers
0

1.5K

thesuhu/docker-node-pm2 repository overview

docker-node-pm2

GitHub workflow Docker pull license

Docker images to create containers ready with Node.js and PM2.

Usage

Just run the following command to run the container:

docker run -d -t -p <host port>:<your app port> -v <your app host dir>:/usr/src/myapp --name <your container name> thesuhu/docker-node-pm2:{TAG}

Specify the image tag you want to use in the above {TAG}.

Versions

Available image tags and their corresponding Node.js and PM2 versions:

Image TagNodePM2
latestv22.x (node:22)[email protected]
22v22.x (node:22)[email protected]
16v16.x (node:16)[email protected]
14v14.x (node:14)[email protected]

If you need a different Node.js or PM2 version, let me know and I can add additional tags.

License

MIT

Tag summary

Content type

Image

Digest

sha256:b5e85188c

Size

415.8 MB

Last updated

11 months ago

docker pull thesuhu/docker-node-pm2