How can I develop a LAMP web application using Docker, Puppet and Vagrant?
Should there be separate Docker containers for the web server (such as Apache), the database server (such as MySQL) and each part of the web application? There is no correct answer to that question. If you will be using Docker in production, then try to run your Docker containers in your development environment as they … Read more