debian-mirror-gitlab/doc/install/docker.md

24 lines
1.4 KiB
Markdown
Raw Normal View History

2019-09-04 21:01:54 +05:30
---
type: index
---
2018-11-08 19:23:39 +05:30
# Install GitLab with Docker
2018-03-17 18:26:18 +05:30
[Docker](https://www.docker.com) and container technology have been revolutionizing the software world for the past few years. They combine the performance and efficiency of native execution with the abstraction, security, and immutability of virtualization.
2019-07-07 11:18:12 +05:30
GitLab provides official Docker images allowing you to easily take advantage of the benefits of containerization while operating your GitLab instance.
2018-03-17 18:26:18 +05:30
## Omnibus GitLab based images
2019-10-12 21:52:04 +05:30
GitLab maintains a set of [official Docker images](https://hub.docker.com/u/gitlab) based on our [Omnibus GitLab package](https://docs.gitlab.com/omnibus/README.html). These images include:
2019-02-15 15:39:39 +05:30
- [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/)
2018-03-17 18:26:18 +05:30
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).
## Cloud native images
2019-09-04 21:01:54 +05:30
GitLab is also working towards a [cloud native set of containers](https://docs.gitlab.com/charts/), with a single image for each component service. We intend for these images to eventually replace the [Omnibus GitLab based images](#omnibus-gitlab-based-images).