diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-07-10 12:59:25 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-07-10 12:59:25 +0200 |
commit | 14b7a8b886b90afba29fc67a7d28ba7aaf3c0163 (patch) | |
tree | c3fe0f97f8788f15ab5c12e10f80243ed5f9cf01 /docker | |
parent | 781b4768fbf125e404f960d93ce5e46d3a585c43 (diff) | |
download | gitlab-ce-14b7a8b886b90afba29fc67a7d28ba7aaf3c0163.tar.gz |
Revert "Remove intro and link to Dockerhub"
This reverts commit 57ec2832875aa976950093479b6a69f4e852807c.
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README.md | 5 |
1 files changed, 1 insertions, 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 |