Display phpinfo() on http://localhost:8080:
docker run -d --rm -p 8080:80 0lfi/ng-php8
Serve /some/contents on http://localhost:8080:
docker run -d --rm \
-v /some/contents:/srv \
-p 8080:80 \
0lfi/ng-php8
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:814b695ac…
Size
12.6 MB
Last updated
over 2 years ago
docker pull 0lfi/ng-php8