Hi,
I have been trying to use the docker add-on to expand the capabilities of my installation.
Namely, I have been trying to setup a gitlab docker (GitLab Docker images - GitLab Documentation).
Unfortunately, I haven't been able to pull a docker image and run it due to certificate issues.
I am not too familiar with docker nor its configuration, but it seemed to me that the docker add-on was not fully configured to use the system's CA certs.
Here is the error I get while trying to run the container :
Code
Unable to find image 'gitlab/gitlab-ce:latest' locally
Pulling repository docker.io/gitlab/gitlab-ce
docker: Error while pulling image: Get https://index.docker.io/v1/repositories/gitlab/gitlab-ce/images: x509: failed to load system roots and no roots provided.
See 'docker run --help'.
Any ideas?
Regards,
M@yeulC