Sign inSign up

ball6847/alpine-nginx-php-mysql

By ball6847

•Updated almost 11 years ago

Alpine base docker image contains nginx, php and mysql all in one image

Image
2

1.2K

ball6847/alpine-nginx-php-mysql repository overview

⁠Package Included

  • nginx (1.8.0)
  • php-fpm (5.6.15)
  • mysql (mariadb 10.1.8)
  • git (2.6.3)
  • composer

⁠Build

docker build -t ball6847/nginx-php-mysql .

⁠RUN

docker run -d \
  --name nginx-php-mysql \
  -p 80:80 \
  -v $PWD/data:/var/lib/mysql \
  -v $PWD/logs:/data/logs \
  -v $PWD:/data/htdocs \
  ball6847/nginx-php-mysql

⁠CREDIT

Tag summary

Content type

Image

Digest

sha256:9119a3f8c…

Size

68.9 MB

Last updated

almost 11 years ago

docker pull ball6847/alpine-nginx-php-mysql