Sign inSign up

novice/php

By novice

Updated over 7 years ago

build php from source

Image
0

961

novice/php repository overview

ubuntu 18.04 stock nginx+php-fpm

docker run -p 10080:80 -d --name lep novice/php:ub

//or link in php src dir to container docker run -p 10080:80 -d
-v /data/php_src:/var/www:rw
--name lep novice/php:ub

Tag summary

Content type

Image

Digest

Size

90.9 MB

Last updated

over 7 years ago

docker pull novice/php