Skip to content

edjames/docker-demo-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published