Containerizing WordPress

Containers are a useful tool for building efficient, flexible, and dependable infrastructure. With the growth in popularity of Docker, containers are more accessible to developers than ever before. WordPress, being designed to run in shared hosting environments, presents some interesting challenges when being run inside a container. We’ll start by looking at the basics of how containers work and important considerations when moving to containers. Next, we’ll investigate the WordPress specific challenges to containerization and some possible solutions. Finally, we’ll talk about running containers in production.

Speaker