Hi, I notice that the addition of my own ca-cert to /etc/ssl/certs/ca-certificates.crt only applies to user docker command. That is, I’m now able to pull images from internet using “docker pull xxx”.
However, the cert error persists for system-docker when I’m trying to pull some images for system service:
ERRO[0004] Failed to start: console : Status: Error while pulling image: Get https://index.docker.io/v1/repositories/rancher/os-centosconsole/images: x509: certificate signed by unknown authority, Code: 1
Is there any way to import my ca-cert for system-docker?