summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-12-05 10:49:25 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-12-05 10:49:25 +0000
commitcd3203bf4a190273bf1209a61facfabe5d8f6ef6 (patch)
tree878429a75588b63b0a071880305c377c6d094ac3 /doc
parentd133c874fa4c7b531b74ed8ac801022864c1f08f (diff)
parent32e649455d5143a866b26ca1721754ea704476a0 (diff)
downloadgitlab-ce-cd3203bf4a190273bf1209a61facfabe5d8f6ef6.tar.gz
Merge branch 'docs/fix-list' into 'master'
Fix list that doesn't render properly See merge request gitlab-org/gitlab-ce!23574
Diffstat (limited to 'doc')
-rw-r--r--doc/install/docker.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/install/docker.md b/doc/install/docker.md
index c7dc9db70c5..e90f6645b0c 100644
--- a/doc/install/docker.md
+++ b/doc/install/docker.md
@@ -7,9 +7,10 @@ GitLab provides official Docker images to allowing you to easily take advantage
## Omnibus GitLab based images
GitLab maintains a set of [official Docker images](https://hub.docker.com/r/gitlab) based on our [Omnibus GitLab package](https://docs.gitlab.com/omnibus/README.html). These images include:
-* [GitLab Community Edition](https://hub.docker.com/r/gitlab/gitlab-ce/)
-* [GitLab Enterprise Edition](https://hub.docker.com/r/gitlab/gitlab-ee/)
-* [GitLab Runner](https://hub.docker.com/r/gitlab/gitlab-runner/)
+
+- [GitLab Community Edition](https://hub.docker.com/r/gitlab/gitlab-ce/).
+- [GitLab Enterprise Edition](https://hub.docker.com/r/gitlab/gitlab-ee/).
+- [GitLab Runner](https://hub.docker.com/r/gitlab/gitlab-runner/).
A [complete usage guide](https://docs.gitlab.com/omnibus/docker/) to these images is available, as well as the [Dockerfile used for building the images](https://gitlab.com/gitlab-org/omnibus-gitlab/tree/master/docker).