Conversation
commit: |
… add allowed/denied Hosts option
|
Let's call out specifically in the docs how to set everything up on various distros: Distribution Certificate Directory Update Command Ideally with explicit "entrypoint" examples. IE: In Ubuntu and Debian make sure to install "update-ca-certificates" with "RUN apk add --no-cache ca-certificates" in your Dockerfile and add the following entrypoint command ... |
I dont think we should recommend running update-ca-certificates in the Dockerfile related to this feature as it might mislead the user into believing the CA is included on docker build. |
…nt trust), and make sure removing hostnames work
|
I mean running that in the entrypoint override |
5203c8c to
62c7334
Compare
…er redeploys and the container restarts, internet configuration is applied
… are able to remove hostnames programmatically
No description provided.