Skip to content
Snippets Groups Projects
Verified Commit 9b5e1510 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

README.md: add infos about docker store

parent bad4a644
No related branches found
No related tags found
No related merge requests found
...@@ -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:
```sh ```sh
./runner_launch.sh ./runner_start.sh
``` ```
To check the GitLab runner status: To check the GitLab runner status:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment