Docker – Part 6 – the final boss

By Huntly Cameron

So far in this series we’ve covered: These are all the fundamental building blocks to start creating your own setups and containerising applications. In this part, we’ll put everything together to create a WordPress dev environment that you can run locally. We’ll also cover how to set environment variables. This is a fairly large post […]

Read Docker – Part 6 – the final boss

Docker – Part 4 – Networking

By Huntly Cameron

If you’ve been following along with this series you’ll have both the PHP API image and the React image. When we’re running these images as containers, there’s double the effort of having to start each one individually. The React app depends on the PHP API. If you’ve got the two PHP API and React containers […]

Read Docker – Part 4 – Networking