docker

Entries: 2

Stateless WordPress Docker Container

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…

Blogception - How this Blog is setup

Blogception - How this Blog is setup

Update: This post does not reflect my current setup anymore, check this post to find my new Setup. Welcome to my first Post on my personal Blog. In this Post, I'm going to outline how I built this Blog and what technologies and hosting setup I'm using. You maybe already guessed on which platform this Blog is built on, just by looking at the current Theme or checking the source of this page. The Blog is running on WordPress. WordPress is easy to setup and really extensible. In the past, I've…