Sign inSign up

paliari/php56-ssl

By paliari

Updated about 9 years ago

debian 9 with php 5.6, apache2.4 and ssl

Image
0

10K+

paliari/php56-ssl repository overview

Docker Debian with php5.6, Apache and ssl

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

Tag summary

Content type

Image

Digest

Size

127.6 MB

Last updated

about 9 years ago

docker pull paliari/php56-ssl