Apache2 ITK MPM Docker container
Pim van den Berg
acaaeae07b
All checks were successful
continuous-integration/drone/push Build is passing
|
||
---|---|---|
.drone.yml | ||
build.sh | ||
Dockerfile | ||
README.md | ||
rebuild.sh | ||
start.sh |
Apache2 ITK MPM + PHP Docker container
- Debian slim based image
- Apache 2 + ITK MPM
- PHP
Supported tags and respective Dockerfile
links
Usage
Environment variables
Key | Format | Description |
---|
docker run
$ docker run -it \
--name apache2-itk-php \
-p 8080:80 \
--cap-add=SYS_NICE \
--cap-add=DAC_READ_SEARCH \
pommib/apache2-itk-php:latest
docker-compose
version: "3"
services:
apache2-itk-php:
container_name: apache2-itk-php
image: pommib/apache2-itk-php:latest
cap_add:
- SYS_NICE
- DAC_READ_SEARCH
ports:
- "8080:80/tcp"