@@ -35,13 +35,9 @@ This will build the `gitlab_runner` container with the certificate of the [gitla
...
@@ -35,13 +35,9 @@ This will build the `gitlab_runner` container with the certificate of the [gitla
This container, will be the process that register and manage the GitLab runners on your computer.
This container, will be the process that register and manage the GitLab runners on your computer.
To run safely the runners themselves, we are going to instantiate new container, for each runners.
To run safely the runners themselves, we are going to instantiate new container, for each runners.
For example to have a runner for `R` development :
For example to have a runner for `R` development `r_dev/Dockerfile`. Those container must be available from the [Docker store](https://store.docker.com/community/images/lmodolo/r_dev/tags).
```sh
The `gitlab_runner` container will be able to pull them and launch them (within the `r_dev:3.5.1` container for the `r_dev` eample)
r_dev/docker_init.sh
```
The `gitlab_runner` container will be able to launch a runner within the `r_dev:3.5.1` container.
## Registering a Runner
## Registering a Runner
...
@@ -62,7 +58,7 @@ You can check the runners registered in the **CI/CD** settings of your group.
...
@@ -62,7 +58,7 @@ You can check the runners registered in the **CI/CD** settings of your group.
To launch your runners execute the following command:
To launch your runners execute the following command: