Update readme (#358)

This commit is contained in:
Marcos Nils
2019-10-01 12:41:51 +01:00
committed by GitHub
parent 8236c3df79
commit 85cf19599c

View File

@@ -48,10 +48,6 @@ address=/localhost/127.0.0.1
Don't forget to change your computer default DNS to use the dnsmasq server to resolve. Don't forget to change your computer default DNS to use the dnsmasq server to resolve.
### 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 .`
## FAQ ## FAQ
### How can I connect to a published port from the outside world? ### How can I connect to a published port from the outside world?