Prerequisite:
- Install docker on you host machine. You can follow this link.
Summary:
- First we need to create an environment for working of your application for that we need web server and the application dependecies to fullfill the requirements. So in this case we are deployin wordpress application and I am using an nginx server and php dependencies.
Details:
- In Docker file I will be using alpine as a base image. So why alpine image? You can read it here.