Docker images used to create containers ready with Node.js and PM2.
1.5K
Docker images to create containers ready with Node.js and PM2.
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}.
Available image tags and their corresponding Node.js and PM2 versions:
| Image Tag | Node | PM2 |
|---|---|---|
| latest | v22.x (node:22) | [email protected] |
| 22 | v22.x (node:22) | [email protected] |
| 16 | v16.x (node:16) | [email protected] |
| 14 | v14.x (node:14) | [email protected] |
If you need a different Node.js or PM2 version, let me know and I can add additional tags.
Content type
Image
Digest
sha256:b5e85188c…
Size
415.8 MB
Last updated
11 months ago
docker pull thesuhu/docker-node-pm2