docker-lampstack icon indicating copy to clipboard operation
docker-lampstack copied to clipboard

Dockerfile and associated other stuff for building a LAMP stack

Results 3 docker-lampstack issues
Sort by recently updated
recently updated
newest added

Could you suggest any best practice on customizing this docker image? Currently I'm trying to make a Dockerfile that deploys my webapplication automatically with database initialized. I've tried another Dockerfile...

Currently upgrade breaks the container build. Upgrading is unrecommended inside a container, as there is no init system and some packages have to be held back. To see the official...

this line `RUN apt-get -y upgrade` will trigger this error https://github.com/dotcloud/docker/issues/1724 As we build based on ubuntu:latest, I think we can omit the upgrade.