From c9470dda9c61e23176f8e81035e69daeb7a64050 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Tue, 28 Oct 2014 10:07:34 +0530 Subject: [PATCH] readme: update the installation instructions --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1bdbd080..320f0ddd 100644 --- a/README.md +++ b/README.md @@ -136,19 +136,19 @@ In your issue report please make sure you provide the following information: # 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. - -```bash -docker pull sameersbn/gitlab:latest -``` - -Since version `6.3.0`, the image builds are being tagged. You can now pull a particular version of gitlab by specifying the version number. For example, +Pull the image from the docker index. This is the recommended method of installation as it is easier to update image. These builds are performed by the **Docker Trusted Build** service. ```bash docker pull sameersbn/gitlab:7.4.2 ``` -Alternately you can build the image yourself. +You can also pull the `latest` tag which is built from the repository *HEAD* + +```bash +docker pull sameersbn/gitlab:latest +``` + +Alternately you can build the image locally. ```bash git clone https://github.com/sameersbn/docker-gitlab.git