Solution to problem using Ubuntu 16.04 and LEMP
982
This builds
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.
docker pull hpierce/docker-lempfony
docker run -it -p 8080:80 hpierce/docker-lempfonyContent type
Image
Digest
Size
217.6 MB
Last updated
almost 10 years ago
docker pull hpierce/docker-lempfony