This image contain:
For build image execute:
docker build -t image-name .
Enviroment vars avaialables:
For run generate image, execute:
docker run -it --rm -e GIT_REPO="http://github.com/public/php-application.git" -p 80:80 -p 8080:8080 --name image-name container-name
Important: replace GIT_REPO with your application code hosted on GitHub
Content type
Image
Digest
sha256:642e24c04…
Size
308.8 MB
Last updated
almost 11 years ago
docker pull jesusgoku/docker-php-stack