Centos 7 + PHP with FPM 7.1/7.2 + ImageMagick for Jarm.com's Server
10K+
My Docker Images
7.1
positron/php, positron/php:latest, positron/php:7, positron/php:7.1
Network Mode = host
docker-compose
php:
container_name: "php"
image: positron/php
environment:
- PHP_TIMEZONE=Asia/Bangkok
- PHP_PORT=9000
- PHP_STATUS_URL=/status
restart: always
privileged: true
volumes:
- /var/www:/var/www
network_mode: "host"
.
7.2
build
docker build -t positron/php:7.2 /var/www/.docker/php/7.2/ --no-cache=true
7.1
build
docker build -t positron/php -t positron/php:7 -t positron/php:7.1 -t positron/php:latest /var/www/.docker/php/7.1/ --no-cache=true
.
push
docker push positron/php
.
for Jarm.com's Server https://jarm.com
Content type
Image
Digest
Size
127.2 MB
Last updated
about 8 years ago
docker pull positron/php