Add dind build instructions

This commit is contained in:
Marcos Nils
2017-05-17 13:08:34 -03:00
committed by GitHub
parent 55028efa88
commit dced4910d1

View File

@@ -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 .`