The image provides several services relating to serving a PHP web application.
Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems.
Docker runs a single service. Supervisor allows multiple processes to run within a single container.
PHP is a popular general-purpose scripting language that is especially suited to web development.
FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features (mostly) useful for heavy-loaded sites.
The PHP-FPM service is available on port 9000.
PHP extensions:
Linux packages:
Nginx is a high-performance HTTP server and reverse proxy.
Auto restarts when cron change is detected.
SSL certificate auto-installation with certbot.
Cron is a time-based job scheduler.
Auto restarts when cron change is detected.
Comes with lockrun to prevent task overlap.
NRPE allows you to locally execute Nagios plugins when requested by a Nagios server to monitor machine metrics (disk usage, CPU load, etc.).
In addition to the services above, the image comes with following system administration tools:
Dockerfile linkslatest Dockerfile7.3.22-fpm-stretch Dockerfile5.6-fpm DockerfileContent type
Image
Digest
Size
695 MB
Last updated
almost 6 years ago
docker pull cornernote/php