docker / cli

The Docker CLI
Apache License 2.0
4.92k stars 1.93k forks source link

Add remark about SSL path for Docker daemon behind an HTTPS_PROXY #5308

Open k33g opened 3 months ago

k33g commented 3 months ago

Description

In the documentation related to Running a Docker daemon behind an HTTPS_PROXY, it's written:

2. Ask your network admin for the proxy's CA certificate and append them to
   `/etc/pki/tls/certs/ca-bundle.crt`

Perhaps, we should add a remark explaining that this path is for the RH family distributions (because it can be different with other Linux distributions. e.g. for Debian and Ubuntu it's /etc/ssl/certs).

Pushkarmondal commented 2 months ago

Hey @k33g can I work on this issue?

k33g commented 2 months ago

Hello @Pushkarmondal, I'm not part of the moderators of this repository