Short Description
Ubuntu 14 with php7 and apache2
Full Description
Image description
Base on ubuntu 14, This image contain
- php 7
- git
- sh
- git
- zip
- nano
- curl
- supervisor
- apache2
- ssh
- aws cli
When you run this image, apache2, ssh and php7.0-fpm will auto start
docker run -itd --name u14php7apache2 thaibinhindex/u14-php7-apache2
With Virtual host
docker run -itd --name u14php7apache2 -e VIRTUAL_HOST=www.yoursite.local thaibinhindex/u14-php7-apache2