yosifkit
yosifkit
I am unable to reproduce a problem on a regular Linux system using the bridge network; it works without using `--publish/-p`. The `-p` is required to enable access from outside...
Errors from GitHub Actions tests: 1. `percona:5.6.51-2-centos` should be removed or updated to be `FROM` a supported image; `centos:7` has reached end of life. 2. `percona:5.7.44-centos` and `percona:psmdb-*` are failing...
> Also, the docker images you mentioned as a reference, i.e. Apache, HAProxy, NGINX, etc. run one process in entrypoint which forks sub-processes. Since you mentioned that supervisord or a...
I think the `zend_mm_heap corrupted` mostly unrelated is just the result of the container stopping when getting its stop signal. The `STOPSIGNAL` defined in the Dockerfile comes from the parent...
https://github.com/docker-library/ghost/pull/430#issuecomment-2718690451
The images are actually very new (built yesterday because of the Debian base image update: https://github.com/docker-library/official-images/pull/16155). To work toward more reproducible layers/images, the Docker Official Images builds are moving to...
To which apt-installed dependencies are you referring to in the final image? The Dockerfile goes to great lengths to ensure that only packages that are linked to are kept after...
https://github.com/docker-library/docs/issues/2277#issuecomment-1419675273
> So … should I assume this will not be fixed for a while? I rebased the PR to keep it up to date, but we are still unsure that...
If you want the Redmine container to access MySQL at a specific port, then MySQL must be instructed to listen at that port. The `port` mapping of `docker` and `docker-compose`...