Docker in 2020: Did Someone Say Isolation? (Part II)

Categories: Docker

In Part I, we ended with a basic WordPress stack composed of a WordPress web server container, and a database container. In Part II, we’ll move this towards a more production ready setup. Specifically, we’ll be focusing on proxy configuration, HTTPS support, and internal/external networks. For reference, here is the compose file we left with: … Read More

Docker in 2020: Did Someone Say Isolation? (Part I)

Categories: Docker

Well, 2020 has given me a fair bit a free time, and I finally figured it was time to dive into Docker. My first experience with Docker was back in 2014, when I spun up a vanilla Ubuntu container, installed Apache, set up a hello-word site, and then realized nothing was persistent. This was quickly … Read More