debian 9 with php 5.6, apache2.4 and ssl
10K+
Apache will search an index.php in ./public
Folder structure example:
.
├── ...
├── src
│ ├── App.php
│ └── ...
├── public
│ └── index.php
└── ...
Docker Run Command
$ docker run --name php56-ssl -v $(pwd):/var/www/html/dev -p 80:80 -p 443:443 --net=bridge -d paliari/php56-ssl
Content type
Image
Digest
Size
127.6 MB
Last updated
about 9 years ago
docker pull paliari/php56-ssl