Solving the problem using alpine instead of ubuntu to show that it's smaller
1.0K
docker build \
--build-arg mysql_root_pwd=custom_pwd \
-t hpierce/docker-alpine-nginx-php-mysql .If --build-arg [...] is not set, MySQL credentials will be root:p@ssw0rd.
docker pull hpierce/docker-alpine-nginx-php-mysql
docker run -it -p 8080:80 hpierce/docker-alpine-nginx-php-mysqlContent type
Image
Digest
Size
222.2 MB
Last updated
almost 10 years ago
docker pull hpierce/docker-alpine-nginx-php-mysql