Stateless WordPress Docker Container
In this Post, I will show you how you can build a stateless WordPress Setup in a Docker container. The container can later be used in production or as a reproducible development environment. Motivation My main motivation in building a stateless Docker container was to be able to deploy and scale the container without having to set up a clustered filesystem. For this to work, we have to make some modifications and give up some flexibility, in favor of much better maintainability and easier…