Docker Demo Stack

This application is part of my multi-part blog series:

Real-World Rails development with Docker

SSL

Self-signed SSL certificates are provided where applicable. You will need to trust the certificate.

Local DNS

dnsmasq is configured to resolve all localdev requests to your host. You do not need to add any entries to your /etc/hosts file e.g.

To test your local DNS setup, you can do this:

dig this.is.a.test.localdev @127.0.0.1

You should see something like this in the response:

;; ANSWER SECTION:
this.is.a.test.localdev. 0 IN A 127.0.0.1