Skip to content

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

License

Notifications You must be signed in to change notification settings

greeflas/docker-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Supported tags and respective Dockerfile links

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published