diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-07-10 10:56:39 +0000 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-07-10 10:56:39 +0000 |
commit | 198d5c6e06d23f8fd244b16ff5ef6cc763c1bd9e (patch) | |
tree | 7aa1c371c8d0a79662fb2c56f6b43f0fbe0f3898 /docker | |
parent | d1261d88f191b91850815b66f7cdb7914968fc5e (diff) | |
download | gitlab-ce-198d5c6e06d23f8fd244b16ff5ef6cc763c1bd9e.tar.gz |
Remove intro and link to Dockerhub
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docker/README.md b/docker/README.md index 9cd48bf87d4..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 @@ -165,4 +162,4 @@ sudo docker push gitlab/gitlab-ce:latest ## Troubleshooting -Please see the [troubleshooting](troubleshooting.md) file in this directory. +Please see the [troubleshooting](troubleshooting.md) file in this directory.
\ No newline at end of file |