From 1c1917fd5a7e80787d7c71d33cfa02ab6f4e96bb Mon Sep 17 00:00:00 2001 From: Jason Freidman Date: Tue, 6 Oct 2015 16:23:04 -0700 Subject: [PATCH] Update configuration.md It seems that enabling proxy stops my instance from accepting local pushes, but I can't find mention of that in the docs. Signed-off-by: Jason Freidman --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index d0f39818f..7bb72a34a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1957,7 +1957,7 @@ The TCP address to connect to, including a port number. username: [username] password: [password] -Proxy enables a registry to be configured as a pull through cache to the official Docker Hub. See [mirror.md](mirror.md) for more information +Proxy enables a registry to be configured as a pull through cache to the official Docker Hub. See [mirror.md](mirror.md) for more information. Pushing to a registry configured as a pull through cache is currently unsupported.