Docker LEMP Stack deployed with Ansible
In order to learn more about Docker and Ansible I am working on an assignment to take an existing application and to break it down into containers. However, in order to be able to understand this process properly, I first needed to understand more about Docker and containerisation. I wrote a playbook that installs Docker and deploys a fully containerised LEMP stack on a virtual machine. You can have a look at the Github repo with the result here. ...