Jump to content

Docker (software): Difference between revisions

Line 190: Line 190:
ufw allow from 172.16.0.0/12 to any comment "from_docker"
ufw allow from 172.16.0.0/12 to any comment "from_docker"
</pre>
</pre>
See also https://hub.docker.com/r/defreitas/dns-proxy-server.<br>
This modifies your host system's DNS resolver so that you can access docker containers by their hostname.<br>
Additionally,you can access the host using <code>host.docker</code>.


==Registries==
==Registries==