jorge07 / alpine-php

Multi Arch Alpine PHP Docker images. 5.6, 7{0,1,2,3,4}, 8.{1,2,3}
https://hub.docker.com/r/jorge07/alpine-php/
Apache License 2.0
129 stars 54 forks source link

Prevent tini warning. #4

Closed ismael-benitez closed 8 years ago

ismael-benitez commented 8 years ago

When you try docker run, it show the next message:

WARNING: Tini has been relocated to /sbin/tini. Please update your scripts to use /sbin/tini going forward. /usr/bin/tini has been preserved for backwards compatibility in Alpine 3.4, but WILL BE REMOVED in Alpine 3.5.

[FATAL tini (6)] Executing child process '-p' failed: 'No such file or directory'

and exit de container.

ismael-benitez commented 8 years ago

The max ulimit value allowed is 65536. emergency_restart_threshold, emergency_restart_interval and process_control_timeout are global variables. Run php-fpm as root is insecure and it should use the --allow-to-run-as-root flag.

jorge07 commented 8 years ago

Images has been updated on docker Hub.