gitlab docker code example

Example 1: what is gitlab

GitLab is a web-based DevOps lifecycle tool that provides a
Git-repository manager providing wiki,
issue-tracking and continuous integration and deployment pipeline[7] features,
using an open-source license, developed by GitLab Inc.

Example 2: gitlab docker runner

docker run --rm -t -i gitlab/gitlab-runner --help

NAME:
   gitlab-runner - a GitLab Runner

USAGE:
   gitlab-runner <global options> command <command options> <arguments...>

VERSION:
   10.7.0 (7c273476)

(...)