This creates a Docker container running Nginx and PHP-FPM on Alpine Linux.
6.4K
This creates a Docker container running Nginx and PHP-FPM on Alpine Linux.
Desired directory structure:
alpine-php
├── Dockerfile
├── docker
│ ├── nginx.conf
│ └── php-fpm.conf
└── public
├── js
├── img
└── index.php
docker build -t myapp .
docker run -it --rm -p 8000:80 myapp
Content type
Image
Digest
sha256:0cc31e30b…
Size
16.6 MB
Last updated
over 1 year ago
docker pull wangxian/alpine-php