Can ping from VM but can't pull anything

Expected behavior

docker run hello-world should work

Actual behavior

Network timed out while trying to connect to docker.io

Information

I can ping docker.io from the vm, but can’t pull anything from docker.io

Already tryed:

  • disable ipv6
  • fixed dns
  • reinstall

With docker-toolbox I had the same problem.
I had to add a bridge connection at the virtual-box to make it work, but I don’t know how to make it with hyper-v

log:
http://pastebin.com/BRZH73MD

Steps to reproduce the behavior

Install docker for windows and try to run docker run hello-world