GitHub - mapitman/docker-php-cli: Modified version of the offical php-cli-alpine Docker image with git and zip

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

License

MIT license

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks