Skip to content
Snippets Groups Projects
Commit 9153608c authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Explain how to fix issues with triggered builds and docker containers

parent 299408ad
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,16 @@ $ mkdir -p /etc/docker/certs.d/docker.idiap.ch
$ scp ./docker.crt root@<machine>:/etc/docker/certs.d/docker.idiap.ch/
$ scp ./gitlab.crt root@<machine>:/etc/docker/certs.d/docker.idiap.ch/
```
As of today, you'll also need to make sure the `root` account has access to
the private docker registry (if you're using one) and you need to trigger
builds through the gitlab API. So, login to it:
```
$ whoami
root
$ docker login your.registry.tld
```
Keep the root account signed into the registry at all times to fix this
issue.
## Kernel Support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment