commit | 972294da8e0e113563f4d8c44219a91b14d5ac9b | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Sep 15 17:52:32 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Sep 15 17:52:32 2016 +0200 |
tree | 6c53b57758fcf5d4788fac1618044859db97110b | |
parent | 4598128d8491824971a59b069bc16f8c65adb66e [diff] [blame] |
Allow setting insecure registries
diff --git a/README.rst b/README.rst index 4039078..ccc9022 100644 --- a/README.rst +++ b/README.rst
@@ -23,6 +23,8 @@ docker: host: enabled: true + insecure_registries: + - 127.0.0.1 Client ------