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 localhost
Execute the following commands:
$ make build
$ make run
Now browse to http://data-driven.docker.localhost
$ make destroy
In order to rebuild the application:
$ make rebuild