This is my first time using Docker. I am trying to setup a development environment using Docker rather than just installing what I need one at a time in a VM.
I need Apache, mySQL, PHP, and Laravel. I found official images for Apache mySQL, and PHP. How can I make them work together so I can develop my Web App? Is there a way to install Laravel to work with the other containers and each other?
I am using Ubuntu 16.04 I have docker-ce and docker-compose installed.