Matt Jones' Blog

WordPress on Kubernetes

By Matt Jones | January 23, 2016 | 0 Comment

This wordpress instance is hosted on a private kubernetes cluster. The default wordpress docker image has an upload limit of 8MB, which made it difficult to upload this theme and to migrate from another provider.

So, I created a new docker image that increases the upload limit to 128MB. If you’d like to use it, simply use mattjonestechnology/wordpress as your docker image.

It’s available on docker hub, and the source is in the wordpress branch of my-docker-images on github. Pull requests are welcome!

TAGS

0 Comments