My Ubuntu host machine has a Trusted Root CA under /usr/local/share/ca-certificates
How can Docker use the same certs. Currently ADD wget ..
is failing cause it doesn’t use the CA cert from the Host machine
Share and learn in the Docker community.
My Ubuntu host machine has a Trusted Root CA under /usr/local/share/ca-certificates
How can Docker use the same certs. Currently ADD wget ..
is failing cause it doesn’t use the CA cert from the Host machine