Wordpress + Docker + Github

Working with Wordpress and Git for me has been a challenge. Ideally I want to keep just my plugins and theme in version control and keep all the Wordpress files (that I would never edit) seperate. You can accomplish this manually but how would this work if you are using Docker for local development? Docker.. actually makes this easy and quite elegant. With Docker you are able to leverage the Wordpress container and just have your theme and plugins in version control....

July 13, 2015 · Benjamin Sternthal