Setting up Docker4Drupal/Docker4WordPress with multiple projects on Mac – Redo

Edited 2018-01-24 to switch to .test for local DNS name docker.for.mac.host.internal shoud be used instead of docker.for.mac.localhost (still valid) for host resolution from containers, since since there is an RFC banning the use of subdomains of localhost. See https://tools.ietf.org/html/draft-west-let-localhost-be-localhost-06. ##### Since writing Setting up Docker4Drupal … “Setting up Docker4Drupal/Docker4WordPress with multiple projects on Mac – Redo”

Read More

Using Dnsmasq for local development on macOS

Edited 2018-01-24 to switch to .test for local DNS name docker.for.mac.host.internal shoud be used instead of docker.for.mac.localhost (still valid) for host resolution from containers, since since there is an RFC banning the use of subdomains of localhost. See https://tools.ietf.org/html/draft-west-let-localhost-be-localhost-06. ##### There is a known issue … “Using Dnsmasq for local development on macOS”

Read More

Setting up docker4drupal with multiple projects on Mac

I have recently started testing and using docker4drupal. (I also use DrupalVM and vagrant; but that’s another post.) I setup to be quick and easy. Setup You will need: Docker for Mac Docker Sync gem install docker-sync 3 files from Docker4Drupal docker-compose.yml docker-sync.yml traefik.yml 2 … “Setting up docker4drupal with multiple projects on Mac”

Read More