langdon / summit-2015-lab-15812

Containerizing applications, existing and new
1 stars 1 forks source link

symlink hosts file #28

Closed dustymabe closed 9 years ago

dustymabe commented 9 years ago

Make the 'hosts' files in the Dockerfile directory point to the 'hosts' file outside the directory. Rather than update it in many places this will allow us to update the ip/hostname mapping in only one place.

dustymabe commented 9 years ago

This doesn't work. The only reason it worked for me was because vagrant rsync dereferences the symlinks when it copies the file.