Sign inSign up

r0mdau/gitlab

By r0mdau

Updated about 11 years ago

Gitlab ready

Image
0

1.0K

r0mdau/gitlab repository overview

Introduction

Docker image to run a Gitlab CI

Installation

Pull the latest version of the image from the docker index. This is the recommended method of installation as it is easier to update image in the future. These builds are performed by the Docker Trusted Build service.

docker pull r0mdau/gitlab:latest

Alternately you can build the image yourself.

git clone https://github.com/r0mdau/docker-gitlab.git
cd docker-gitlab
docker build -t r0mdau/gitlab .

Quick Start

docker run --detach --publish 8080:80 --publish 2222:22 r0mdau/gitlab

Now you can access to gitlab through your web browser : http://localhost:8080 and ssh : ssh -p 2222 root@localhost

user : root
password : 5iveL!fe

Tag summary

Content type

Image

Digest

sha256:2ead74abc

Size

452.8 MB

Last updated

about 11 years ago

docker pull r0mdau/gitlab