I have installed docker(docker 1.6) via boot2docker vm in OSX environment.
In my host machine I have redirected a host entry (in /etc/hosts). Following is my host file entry
dockerreigstry.score.local 10.2.2.132
This host redirection not available for boot2docker. If I ssh to boot2docker and execute
boot2docker ssh
ping dockerreigstry.score.local
it always goes to original ip address(not to 10.2.2.132).