Docker Series : Configure a LAMP stack with Docker Compose
What is Docker Compose As seen in my previous article, we can configure docker based LAMP stack using Docker images. Another way to do it is to use Docker Compose. This tool can be used to define and run multi-container applications easily. Indeed, through a YAML file (docker-compose.yml) we will store all the configurational information needed …
Docker Series : Configure a LAMP stack with Docker Compose Read More »