This is a dockerfile based on ubuntu:latest and adds php-cli and composer.
126
This is a docker image for running php shell. Maybe you want to test one function or a third-party package in isolation. Make sure you're expecting what the package provides in a throwaway container.
Fire it up by simply
docker run -it jefhar/ubuntu-php7 bash
and you'll magically be dropped in a bash shell with composer so you can start some cli testing.
###Contains php7.1-cli composer nano
###Based on phpdockerio/php71-cli Contribute/Fork: https://gitlab.com/jefhar/ubuntu-php7
Content type
Image
Digest
Size
101.1 MB
Last updated
over 9 years ago
docker pull jefhar/ubuntu-php7