Sign inSign up

greeflas/php

By greeflas

•Updated over 5 years ago

PHP docker images with Composer, Git and Nano. Based on official PHP docker images.

Image
2

893

greeflas/php repository overview

⁠

⁠PHP Docker Images


Docker Pulls Docker Build Status Docker Automated build

PHP docker images with composer, git and nano. Based on official PHP docker images.

⁠Usage

Access container

$ docker run -it --rm -v "$PWD":/var/www/app greeflas/php:7.4-fpm bash

Docker-compose

services:
  # PHP FPM
  php-fpm:
    image: greeflas/php-fpm:7.4
    container_name: php-fpm
    volumes:
      - ./:/var/www/app
    working_dir: /var/www/app

$ docker-compose exec php-fpm bash

Tag summary

Content type

Image

Digest

Size

167.5 MB

Last updated

over 5 years ago

docker pull greeflas/php