Install Docker for Mac from here - https://docs.docker.com/docker-for-mac/
Install Docker for Windows from here - https://docs.docker.com/docker-for-windows/
Edit your host file and add the following line
| O.S | Location |
|---|---|
| OSX | /etc/host |
| Windows | C:\Windows\System32\drivers\etc\hosts |
| Ubuntu | Put a line address=/docker.localhost/127.0.0.1 in /etc/NetworkManager/dnsmasq.d/hosts.conf, then restart NetworkManager |
$ *.docker.localhost localhostExecute the following commands:
$ make build
$ make runNow browse to http://data-driven.docker.localhost
$ make destroyIn order to rebuild the application:
$ make rebuild