a super secure, up-to-date and lightweight LAMP stack
100K+
defines a docker container running Arch Linux with the LAMP stack installed This thing is re-built in the cloud every time a change is made here: https://hub.docker.com/r/greyltc/lamp
docker run --name lamp -p 443:443 -d greyltc/lamp~/www on the host's file system. Then insert the following into the docker startup command (from step 2. above) between run and --name:-v ~/www:/srv/http~/www on the host system. Generally, it's enough to do:chmod -R 770 ~/www; sudo chgrp -R 33 ~/wwwserver.crt and server.key files in a directory ~/sslCert on the host machine:sudo chown -R root ~/sslCert; sudo chgrp -R root ~/sslCertsudo chmod 400 ~/sslCert/server.key-v ~/sslCert:/root/sslKeys to the docker run command line to use your ssl certificate files.docker stop lampdocker rm lampContent type
Image
Digest
Size
359.4 MB
Last updated
over 7 years ago
docker pull greyltc/lamp