Local Drupal development using Docker
lakshminp
Mon, 10/01/2018 – 14:20
One of the biggest arguments for using Docker to develop your app is to have isolated environments for different setups(The classic case of two different versions of PHP for two projects). Even that is sometimes not convincing enough. I find Docker to be damn useful when building production parity on local(Think trying to reproduce a production bug on your local). If you’ve faced this problem and want to solve it, read on.