Skip to content

Commit

Permalink
Added possibility to run/register GitLab runner inside Docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Aug 27, 2019
1 parent 7fa9ff9 commit c9b8cb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ As [the docs state](https://docs.gitlab.com/ee/ci/docker/using_docker_build.html

> There are three methods to enable the use of docker build and docker run during jobs; each with their own tradeoffs.
__Don't get confused:__ those three methods could be either applied to a the GitLab runner package installed directly on the host OS - or as an alternative to a GitLab runner pre-installed inside [a GitLab-provided Docker image called gitlab/gitlab-runner](https://hub.docker.com/r/gitlab/gitlab-runner/) - [see the docs for details](https://docs.gitlab.com/runner/register/#one-line-registration-command)

As "The simplest approach is to install GitLab Runner in shell execution mode", we use the `shell` executor for our setup primarily. The following ASCII art shows the simplicity of this approach:

```
Expand Down

0 comments on commit c9b8cb7

Please sign in to comment.