Docker image for HTTP engine to serve php7 sites using PHP 7.0
- Free software: MIT license
- Documentation: https://github.com/daspanel/engine-php70
Variable | Optional | Example Value | Purpose |
---|---|---|---|
DASPANEL_SYS_UUID | yes | civmw76wg000001p2dwqxpvet | UUID used in Daspanel system to identify a unique instance of data. If you don't provide one Daspanel generate it using Getuuid API |
You can find the value of variables automatically generated by examining the container log after it starts. Or looking at the output of the console where you run your docker.
none
- none
Get
docker pull daspanel/engine-php70:latest
Run
docker run -e DASPANEL_MASTER_EMAIL=my@email.com daspanel/engine-php70:latest
Run with interactive shell
docker run -it -e DASPANEL_MASTER_EMAIL=my@email.com daspanel/engine-php70:latest /bin/sh
- Latest Alpine Linux with S6 overlay
!!! warning "WIP" Wordk in progress.
- This project was auto created with https://github.com/daspanel/cookiecutter-docker
- Mkdocs
- CHANGELOG.md Generator
- Templater
- Jq
- https://github.com/deweysasser/docker-project-template
- https://github.com/zixia/docker-simple-mail-forwarder
- https://github.com/mvanholsteijn/docker-makefile
- https://github.com/sstephenson/bats