FINALLY figured out how to deal with Self Signed certs in docker for mac
- Open the CLI mode:
screen ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/tty
-
Login as root (no password)
-
download custom certs
wget http://happytime.org/custom.crt
cat custom.crt >> /etc/ssl/certs/ca-certificates.crt -
Restart the docker deamon
/etc/init.d/docker restart