From dced4910d1c31b8edc4abe315491b082f3af1b4b Mon Sep 17 00:00:00 2001 From: Marcos Nils Date: Wed, 17 May 2017 13:08:34 -0300 Subject: [PATCH] Add dind build instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8e12e43..2a8e4a7 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ You can achieve this by setting up a `dnsmasq` server (you can run it in a docke address=/localhost/127.0.0.1 ``` +Don't forget to change your computer default DNS to + ### Building the dind image myself. If you want to make changes to the `dind` image being used, make your changes to the `Dockerfile.dind` file and then build it using this command: `docker build --build-arg docker_storage_driver=vfs -f Dockerfile.dind -t franela/dind .`