Docker registry for indie php images
2.1K
PHP container use for Indie Partners Project.
docker run -d -p "9000:9000" indiepartners/indie-php:7.0-0.1.1
Provide the UID to run PHP with.
UID=100033.Provide the Timezone to be used in container.
DATE_TIMEZONE=UTCUTC.Should we display PHP errors.
DISPLAY_ERRORS=00.Should we display PHP startup errors.
DISPLAY_STARTUP_ERRORS=00Log PHP errors.
LOG_ERRORS=11Define maximum memory a PHP script can use.
MEMORY_LIMIT=256M512MFolder to use to store temporary files.
SYS_TEMP_DIR=tmptmp.Folder to use to store temporary uploaded file.
UPLOAD_TEMP_DIR=tmptmp.Define the max filesize which can be uploaded.
UPLOAD_MAX_FILESIZE=512M512MDefine the maximum time a PHP script can run.
MAX_EXECUTION_TIME=600600Define the maximum size of a POST request.
POST_MAX_SIZE=512M512MDefine the order of variables declared in PHP
VARIABLES_ORDER=EGPCSGPCSContent type
Image
Digest
Size
240.6 MB
Last updated
almost 8 years ago
docker pull indiepartners/indie-php