Repro steps:
1, create a new linode using ubuntu 13.10, boot
2, follow the instructions at
http://docs.docker.io/en/latest/install ... ring-saucy ; alternatively, curl -s
https://get.docker.io/ubuntu/ | sudo sh
3, sudo docker run -i -t ubuntu /bin/bash # this will pull the latest ubuntu image, install & run it
4, in the newly started docker image:
> apt-get install wget
Expected result: The wget package is downloaded & installed
Observed result: network connection goes down to 0 byte/sec at roughly 2kb of progress
Possibly-related issues:
* When dropping in a full docker of my own, and using nc -l -p 80 ,according to strace, it halts at select()
Reproducable using:
* Ubuntu 13.10, Ubuntu 13.04
* Datacenters: Dallas TX, London UK
Bug does not reproduce on local machine. Without any judgement on my part, exact same steps produce a working droplet on Digital Ocean; and also runs my docker image flawlessly.