From 14b7a8b886b90afba29fc67a7d28ba7aaf3c0163 Mon Sep 17 00:00:00 2001
From: Sytse Sijbrandij <sytse@gitlab.com>
Date: Fri, 10 Jul 2015 12:59:25 +0200
Subject: [PATCH] Revert "Remove intro and link to Dockerhub"

This reverts commit 57ec2832875aa976950093479b6a69f4e852807c.
---
 docker/README.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/docker/README.md b/docker/README.md
index 0e5eee9955a..8df603eca4f 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -1,9 +1,6 @@
 # GitLab Docker images
 
-## What is GitLab?
-
-GitLab offers git repository management, code reviews, issue tracking, activity feeds, wikis. It has LDAP/AD integration, handles 25,000 users on a single server but can also run on a highly available active/active cluster.
-Learn more on [https://about.gitlab.com](https://about.gitlab.com)
+The GitLab docker image is [available on Docker Hub](https://registry.hub.docker.com/u/gitlab/gitlab-ce/).
 
 ## After starting a container
 
-- 
GitLab