docker-pm2 icon indicating copy to clipboard operation
docker-pm2 copied to clipboard

🐳 Official Docker Image for PM2 runtime

Results 37 docker-pm2 issues
Sort by recently updated
recently updated
newest added

> What does this PR do? fixes image text type. Should be alpine 16 instead of 15.

If I try running pm2 in a docker container on Kubernetes using node:alpine or node:latest I am getting errors where a .pm2 folder is trying to be accessed during startup...

Hello, the latest image has quite old PM2 version. Could you rebuild the image to include latest PM2?

I would like to look at adding support for the s390x architecture for docker images.  I don't understand the how images are published currently. Could you please provide some information...

Add image with latest version of Debian There is already buster on Node images

Hi! The readme is wrong about the `slim` images: they are based on Debian Stretch. ``` $ docker run keymetrics/pm2:12-slim cat /etc/debian_version 9.12 ``` keymetrics/pm2:12-slim Dockerfile: https://github.com/keymetrics/docker-pm2/blob/999851207955a4a6ffb2ca50f4e2900b35e2abc0/tags/12/slim/Dockerfile#L1 node:12-slim Dockerfile: https://github.com/nodejs/docker-node/blob/fdd2b251827817ac7bb4f0b2b082483abff8ea77/12/stretch-slim/Dockerfile#L1...

## Pre-Submission Checklist - [X] Opened an issue discussing these changes before opening the PR - [ ] Run the tests via `bash test/test.sh` - [ ] Included comprehensive and...

First of all, thanks for the image. Following best practices I learned that it's best to not start containers as a root user. When I switch to the node user...

## What's going wrong? When I start my app with pm2-runtime in gitlab CI. The current env is inherint from gitlab env. And it appear that it's too big. `PM2...