Sign inSign up

hpierce/docker-lempfony

By hpierce

Updated almost 10 years ago

Solution to problem using Ubuntu 16.04 and LEMP

Image
0

982

hpierce/docker-lempfony repository overview

docker-lempfony

This builds

  • Ubuntu 16.04
  • Nginx
  • MySQL
  • PHP 7.0
Build
docker build \
  --build-arg mysql_root_pwd=custom_pwd \
  -t hpierce/docker-lempfony .

If --build-arg [...] is not set, MySQL credentials will be root:p@ssw0rd.

... or directly pull the image from the Docker Hub Registry:

docker pull hpierce/docker-lempfony

Run
...in shell
docker run -it -p 8080:80 hpierce/docker-lempfony

Tag summary

Content type

Image

Digest

Size

217.6 MB

Last updated

almost 10 years ago

docker pull hpierce/docker-lempfony