Is there an equivalent of /etc/docker/certs.d for self-signed certs

I’m trying to get access to my company’s internal docker registry that uses a self-signed certificate. On any of my Linux systems we just put the cert file into /etc/docker/certs.d. Is there a similar location for the MacOS?

I get this error when I try to pull a container

Administrators-MacBook-Pro:quickstart rney$ docker pull bosdocker-reg.wwproducts.aspect.com:5000/message-distributor:mmd-dev
Error response from daemon: Get https://bosdocker-reg.wwproducts.aspect.com:5000/v1/_ping: x509: certificate signed by unknown authority

4 Likes

Not yet, but we are planning to support this soon.