akiya64 / wordpress-dockerfile

This is a really simple Dockerfile of WordPress including MySQL and WP-CLI.
https://hub.docker.com/r/wocker/wordpress/
0 stars 0 forks source link

Use Slim Debian Image. #5

Closed akiya64 closed 6 years ago

akiya64 commented 7 years ago

Docker image use Debian9 strech is 718.4MB. If use slim debian image, I can get more light image.

There is slim image in Dockerhub. https://hub.docker.com/_/debian/

akiya64 commented 6 years ago

db9fc6fc48a6790627dd2179b3c065db88e0e962 Redurce 50MB image size by changing image Debian:stretch-slim.