From 16c014f1a19d865b765b420e74508f80eb831ada Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 16 Jul 2016 17:09:30 +0200 Subject: [PATCH] Add "docker" to readme Docker (https://github.com/docker/docker) now also uses Cobra for the CLI. A majority of the commands have been migrated (still some left), but adding it already :) Signed-off-by: Sebastiaan van Stijn --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d510b22..2de98401 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Many of the most widely used Go projects are built using Cobra including: * [Hugo](http://gohugo.io) * [rkt](https://github.com/coreos/rkt) * [etcd](https://github.com/coreos/etcd) +* [Docker](https://github.com/docker/docker) * [Docker (distribution)](https://github.com/docker/distribution) * [OpenShift](https://www.openshift.com/) * [Delve](https://github.com/derekparker/delve)