diff options
author | Joshua Lambert <joshua@gitlab.com> | 2017-08-25 19:23:49 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-25 19:23:49 +0000 |
commit | d97a6cbe633a285926dea6f8c7e210dcbaa1c0ec (patch) | |
tree | 2d62778902015011ea387f8b9f866c352ac5dae4 /docker | |
parent | 1bfba534a9c00ef739c5f77bd1f99e842ce60fa6 (diff) | |
download | gitlab-ce-d97a6cbe633a285926dea6f8c7e210dcbaa1c0ec.tar.gz |
Common Docker Documentation Location in `gitlab-ce`
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docker/README.md b/docker/README.md index f9e12c5733b..61b41d2f109 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,7 +1,3 @@ # GitLab Docker images -* The official GitLab Community Edition Docker image is [available on Docker Hub](https://hub.docker.com/r/gitlab/gitlab-ce/). -* The official GitLab Enterprise Edition Docker image is [available on Docker Hub](https://hub.docker.com/r/gitlab/gitlab-ee/). -* The complete usage guide can be found in [Using GitLab Docker images](https://docs.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](https://docs.gitlab.com/omnibus/build/README.html#build-docker-image) +This content has been moved to [our documentation site](https://docs.gitlab.com/ce/install/docker.html). |