007.md 1.7 KB
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
# Install GitLab with Docker

> 原文:[https://docs.gitlab.com/ee/install/docker.html](https://docs.gitlab.com/ee/install/docker.html)

*   [Omnibus GitLab based images](#omnibus-gitlab-based-images)
*   [Cloud native images](#cloud-native-images)

# Install GitLab with Docker[](#install-gitlab-with-docker "Permalink")

在过去的几年中, [Docker](https://www.docker.com)和容器技术一直在改变软件世界. 它们将本地执行的性能和效率与虚拟化的抽象性,安全性和不变性结合在一起.

GitLab 提供了官方的 Docker 映像,使您可以在操作 GitLab 实例时轻松利用容器化的优势.

## Omnibus GitLab based images[](#omnibus-gitlab-based-images "Permalink")

GitLab 基于我们的[Omnibus GitLab 软件包](https://docs.gitlab.com/omnibus/README.html)维护了一组[正式的 Docker 映像](https://hub.docker.com/u/gitlab) . 这些图像包括:

*   [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/)

提供了有关这些映像的[完整用法指南](https://docs.gitlab.com/omnibus/docker/) ,以及[用于构建映像](https://gitlab.com/gitlab-org/omnibus-gitlab/tree/master/docker)[Dockerfile](https://gitlab.com/gitlab-org/omnibus-gitlab/tree/master/docker) .

## Cloud native images[](#cloud-native-images "Permalink")

manbetx 客户端打不开也正在努力向[容器](https://docs.gitlab.com/charts/)[云本机集,](https://docs.gitlab.com/charts/)每个组件服务具有单个映像. 我们打算将这些图像最终替换为[基于 Omnibus GitLab 的图像](#omnibus-gitlab-based-images) .