From 3494eb33bf6f374d76383fa54d93a96c6f0edfda Mon Sep 17 00:00:00 2001 From: Vo Minh Thu Date: Thu, 25 Sep 2014 22:18:55 +0200 Subject: [PATCH] Add hosting sections (repos and containers) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 3e62f52..872d512 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge * [Books](#books) * [Dev](#dev) * [Continous Integration / Continous Delivery](#continous-integration-continous-delivery) + * [Hosting for repositories (registries)](#hosting-for-repositories-registries) + * [Hosting for containers](#hosting-for-containers) * [Dev Tools](#dev-tools) * [Images](#images) * [Managing Images](#managing-images) @@ -48,6 +50,18 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge * [Drone](https://github.com/drone/drone) - https://drone.io/ +### Hosting for repositories (registries) + +* [Docker Hub](https://hub.docker.com/) (provided by Docker Inc.) +* [Quay.io](https://quay.io/) (part of CoreOS) +* [Reesd](https://reesd.com/) + +### Hosting for containers + +* [Orchard](https://www.orchardup.com/) (part of Docker Inc) +* [StackDock](https://stackdock.com/) +* [Tutum](https://www.tutum.co/) + ### Dev Tools * [Fig](https://github.com/docker/fig) (Fast, isolated development environments using Docker) -- http://www.fig.sh