This is docker images of Ubuntu 14.04 LTS with apache2 and php5/composer
147
1.docker run -d -p 8080:80 2.docker run -d -p 8080:80 -v /var/www/html:/var/www/html 3.To run commands or edit settings insidethe container run `docker exec -ti /bin/bash'
Content type
Image
Digest
Size
171.1 MB
Last updated
almost 8 years ago
docker pull docker2mark/apache-php5