mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #16082 from sallyom/manDocker
add --insecure-registry warning to online docs
This commit is contained in:
commit
e4f721e73e
1 changed files with 6 additions and 0 deletions
|
@ -448,6 +448,12 @@ Local registries, whose IP address falls in the 127.0.0.0/8 range, are
|
|||
automatically marked as insecure as of Docker 1.3.2. It is not recommended to
|
||||
rely on this, as it may change in the future.
|
||||
|
||||
Enabling `--insecure-registry`, i.e., allowing un-encrypted and/or untrusted
|
||||
communication, can be useful when running a local registry. However,
|
||||
because its use creates security vulnerabilities it should ONLY be enabled for
|
||||
testing purposes. For increased security, users should add their CA to their
|
||||
system's list of trusted CAs instead of enabling `--insecure-registry`.
|
||||
|
||||
## Running a Docker daemon behind a HTTPS_PROXY
|
||||
|
||||
When running inside a LAN that uses a `HTTPS` proxy, the Docker Hub
|
||||
|
|
Loading…
Reference in a new issue