Faster deploy of a docker image?

1/18/2015

My question is - what are the current best practices for this specific workflow:

  1. create an instance with DigitalOcean
  2. use it a a kubernates minion
  3. download image from docker hub

If I understand it right, the main bottleneck is downloading image from docker hub. Is there a way to make this process faster? Anything else I'm missing here?

-- Victor Ivanov
digital-ocean
docker
kubernetes

1 Answer

1/28/2015

Have a look at the newly announced Google Container Registry (https://cloud.google.com/tools/container-registry/) in addition to protecting your images with encryption and authentication, it has really excellent download performance world-wide.

-- brendan
Source: StackOverflow