Skip to content

mapitman/docker-php-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-cli

This is a slightly modified version of the offical php-cli-alpine Docker image. I have added git and zip so I can use this to build composer packages.

Usage

I use this to work on php without having to install it on my system.

Example usage:

docker run -it --net=host -v /${PWD}:/workdir -w //workdir mapitman/php-cli

I use --net=host to make it easier to connect to my mitmproxy container.

About

Modified version of the offical php-cli-alpine Docker image with git and zip

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors