In our previous articles in this series, we covered what Docker is, and then how to manually build Docker containers for WordPress.
In this article I'll show you how to set up Docker in a much easier way. Docker has an official image for WordPress that makes it easier to get started. We'll also check out Docker Compose for a Heroku-like configuration. After all, building and managing containers manually can take a lot of work.
The Official WordPress Docker Image
Before we get started, make sure you create a new folder and navigate inside that folder.
In my previous article we built a MySQL container. The official WordPress image (by the Docker team) requires you to have a running MySQL container.
Continue reading %How to Use the Official Docker WordPress Image%
by Aleksander Koko via SitePoint
No comments:
Post a Comment