mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
Here is an example on using pm2 inside container with the official image and pm2-runtime.
To build & run it:
# build image
$ docker build -t docker-pm2-test .
# list images
$ docker images
# run image
$ docker run docker-pm2-test
There is also KEYMETRICS integration via KEYMETRICS_SECRET and KEYMETRICS_PUBLIC keys