Sign inSign up

phzfi/docker-alpine-php-base

By phzfi

Updated over 9 years ago

i386 alpine php-base

Image
0

282

phzfi/docker-alpine-php-base repository overview

Alpine base image for php projects

devgeniem/alpine-php-base docker image

License

Our base php project dependencies changes very little so it's divided into own image for better caching and building stability. If you want fullblown working wordpress image have look into: devgeniem/alpine-wordpress.

What's inside container:

For running PHP/WordPress
  • php7
  • php-fpm7
  • nginx
  • wp-cli
  • composer
For testing WordPress (Or any web application)
  • phantomjs
  • ruby
  • poltergeist
  • rspec
  • capybara
Other
  • ssh client
Build instructions

sudo docker build -t phzfi/alpine-php-base .

Test it out sudo docker run phzfi/alpine-php-base echo "OK"

Tag & Push sudo docker tag -f phzfi/alpine-php-base phzfi/alpine-php-base:latest sudo docker push phzfi/alpine-php-base

Tag summary

Content type

Image

Digest

Size

188.4 MB

Last updated

over 9 years ago

docker pull phzfi/docker-alpine-php-base