Skip to content

Commit

Permalink
Add building dnsmasq to quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
sirsquidness committed Nov 29, 2016
1 parent b24f921 commit f4d51c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -108,6 +108,9 @@ cd origin-docker
# Start the SNI proxy container (optional, but recommended)
docker run --name sniproxy -p 443:443 sniproxy
# Start the DNS server if you need it
(cd dnsmasq && ./start.sh)
```

### Credits
Expand Down
4 changes: 2 additions & 2 deletions buildcontainer.sh
Expand Up @@ -2,5 +2,5 @@

docker build -t cache .

cd sniproxy
docker build -t sniproxy .
(cd sniproxy && docker build -t sniproxy . )
(cd dnsmasq && docker build -t dnsmasq . )

0 comments on commit f4d51c6

Please sign in to comment.