Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni committed Mar 19, 2016
1 parent f86121e commit 6dd287d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ which provides a lightweight DNS server.

If you have it installed, you can run :

> sudo docker-machine-dns -port 10053
> docker-machine-dns -port 10053
2016/02/18 10:40:43 Listening on :10053...

Then let Dnsmasq now about the resolver by running those commands :
Then let Dnsmasq know about the resolver by running those commands :

> echo "server=/docker/127.0.0.1#10053" | sudo tee -a /etc/dnsmasq.conf
> sudo /etc/init.d/dnsmasq restart
Expand Down

0 comments on commit 6dd287d

Please sign in to comment.