Display phpinfo() on http://localhost:8080:
docker run -d --rm -p 8080:80 0lfi/ng-php7
Serve /some/contents on http://localhost:8080:
docker run -d --rm \
-v /some/contents:/srv \
-p 8080:80 \
0lfi/ng-php7
FPM_USER
php-fpm will run asnobody (default)root (use at your own risk)LOG_FORMAT
main (default)proxy to display forwarded IP first in nginx logsContent type
Image
Digest
sha256:7751fdc37…
Size
10.5 MB
Last updated
over 3 years ago
docker pull 0lfi/ng-php7