aronpc / debian-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General purpose PHP images for Docker

Usage

These images are based on the official PHP image.

Example with CLI:

$ docker run -it --rm --name php-cli-test -v "$PWD":/app aronpc/debian-php:latest-fpm php -v
version: '3'
services:
  web:
    image: aronpc/debian-php:latest-nginx
    working_dir: /app
    volumes:
      - ./:/app

About


Languages

Language:Roff 71.6%Language:Shell 28.4%