Skip to content

AppsDevTeam/docker-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker PHP CLI image including following libraries:

  • composer
  • git
  • zip

and following extensions:

  • ssh2

Example of running:

docker run -it --rm  -e "COMPOSER_HOME=/usr/src/myapp/.composer" -v "$PWD":/usr/src/myapp -w /usr/src/myapp/ appsdevteam/php:7.1 composer "$@"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors