Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 612 Bytes

File metadata and controls

19 lines (13 loc) · 612 Bytes

gitlab-runner-node

gitlab-ci-multi-runner with the latest version of node installed.

We love gitlab at @intertech!

Usage

The usage is the same as documented on the gitlab multi runner docker documentation.

The most basic usage is as follows:

$ docker run -d --name myRunner --restart always intertech/gitlab-runner-node

The first time you create a runner you need to register it.

$ docker exec -ti myRunner gitlab-runner register