Add missing file

This commit is contained in:
James Allen 2015-02-09 16:27:44 +00:00
parent 906919a86f
commit 820b6ad4e8

View file

@ -0,0 +1,3 @@
#!/bin/sh
# See the bottom of http://stackoverflow.com/questions/24319662/from-inside-of-a-docker-container-how-do-i-connect-to-the-localhost-of-the-mach
echo "`route -n | awk '/UG[ \t]/{print $2}'` dockerhost" >> /etc/hosts