mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add insecure registries to docker info
Signed-off-by: Tomasz Kopczynski <tomek@kopczynski.net.pl>
This commit is contained in:
parent
d78f8f2796
commit
44a50abe7b
4 changed files with 38 additions and 0 deletions
|
|
@ -59,6 +59,9 @@ Here is a sample output:
|
|||
Debug mode (server): false
|
||||
Username: xyz
|
||||
Registry: https://index.docker.io/v1/
|
||||
Insecure registries:
|
||||
myinsecurehost:5000
|
||||
127.0.0.0/8
|
||||
|
||||
# HISTORY
|
||||
April 2014, Originally compiled by William Henry (whenry at redhat dot com)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue