diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-30 19:54:56 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-30 19:54:56 +0200 |
commit | f310c84b1d595b2eb06aa76d85d127bfd43158b5 (patch) | |
tree | 7a70d31aa000f76b7cdfcad6b5d14c477f24d729 /docker | |
parent | f9e5a30d039026616d12b74d9b1d96efed8f9468 (diff) | |
download | gitlab-ce-f310c84b1d595b2eb06aa76d85d127bfd43158b5.tar.gz |
Fix typo
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md index 3423555a38d..7514d610aec 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,7 +1,7 @@ # GitLab Docker images * The official GitLab Community Edition Docker image is [available on Docker Hub](https://registry.hub.docker.com/u/gitlab/gitlab-ce/). -* The official GitLab Enterprise Edition Docker image is [available on Docker Hub](https://registry.hub.docker.com/u/gitlab/gitlab-ce/). +* The official GitLab Enterprise Edition Docker image is [available on Docker Hub](https://registry.hub.docker.com/u/gitlab/gitlab-ee/). * The complete usage guide can be found in [Using GitLab Docker images](http://doc.gitlab.com/omnibus/docker/) * The Dockerfile used for building public images is in [Omnibus Repository](https://gitlab.com/gitlab-org/omnibus-gitlab/tree/master/docker) * Check the guide for [creating Omnibus-based Docker Image](http://doc.gitlab.com/omnibus/build/README.html#Build-Docker-image) |