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

19 lines
1.1 KiB
Markdown
Raw Normal View History

2019-09-04 21:01:54 +05:30
---
2021-01-03 14:25:43 +05:30
stage: Enablement
group: Distribution
2021-02-22 17:27:13 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
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.
2020-11-24 15:15:51 +05:30
GitLab provides official Docker images allowing you to easily take advantage of the benefits of containerization while operating your GitLab instance. A [complete usage guide](https://docs.gitlab.com/omnibus/docker/) for these images is available, as well as the [Dockerfile used for building the images](https://gitlab.com/gitlab-org/omnibus-gitlab/tree/master/docker).
2018-03-17 18:26:18 +05:30
2020-11-24 15:15:51 +05:30
There's also a [Docker image for GitLab Runner](https://docs.gitlab.com/runner/install/docker.html).
2018-03-17 18:26:18 +05:30
## Cloud native images
2020-11-24 15:15:51 +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.