Sign inSign up

nicescale/apache-php

By nicescale

Updated almost 11 years ago

PHP Runtime for NiceScale. http://nicescale.com

Image
1

488

nicescale/apache-php repository overview

apache_php

php runtime with apache

Build

docker build -t nicescale/apache_php .

Run

. path.ini

mkdir -p /data/www

mkdir -p /data/log

docker run -d -v /data/www:$data -v /data/log:$log nicescale/apache_php

At last, push your php code in /data/www on host

Logs

cron service run in docker,so logrotate will be execute

Tag summary

Content type

Image

Digest

sha256:8270cd348

Size

180.6 MB

Last updated

almost 11 years ago

docker pull nicescale/apache-php