Merge branch 'readme-official'

This commit is contained in:
Sameer Naik 2017-01-23 09:38:47 +05:30
commit 7b4867ec3e
No known key found for this signature in database
GPG Key ID: C4C50956BD4271B6

View File

@ -1,5 +1,6 @@
[![Docker Repository on Quay.io](https://quay.io/repository/sameersbn/gitlab/status "Docker Repository on Quay.io")](https://quay.io/repository/sameersbn/gitlab)
[![](https://images.microbadger.com/badges/image/sameersbn/gitlab.svg)](http://microbadger.com/images/sameersbn/gitlab "Get your own image badge on microbadger.com")
# sameersbn/gitlab:8.15.4
- [Introduction](#introduction)
@ -66,7 +67,11 @@
# Introduction
Dockerfile to build a [GitLab](https://about.gitlab.com/) container image.
Dockerfile to build a [GitLab](https://about.gitlab.com/) image for the [Docker](https://www.docker.com/products/docker-engine) opensource container platform.
GitLab CE is set up in the Docker image using the [install from source](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md) method as documented in the the official GitLab documentation.
For other methods to install GitLab please refer to the [Official GitLab Installation Guide](https://about.gitlab.com/installation/) which includes a [GitLab image for Docker](https://gitlab.com/gitlab-org/gitlab-ce/tree/master/docker).
# Contributing