diff --git a/api/api.go b/api/api.go index 613b6b7e56..f33e4199dc 100644 --- a/api/api.go +++ b/api/api.go @@ -511,8 +511,8 @@ func createRouter(c *context, enableCors bool) *mux.Router { "/build": notImplementedHandler, "/images/create": postImagesCreate, "/images/load": notImplementedHandler, - "/images/{name:.*}/push": notImplementedHandler, - "/images/{name:.*}/tag": notImplementedHandler, + "/images/{name:.*}/push": proxyImage, + "/images/{name:.*}/tag": proxyImage, "/containers/create": postContainersCreate, "/containers/{name:.*}/kill": proxyContainer, "/containers/{name:.*}/pause": proxyContainer,