Skip to content

Instantly share code, notes, and snippets.

@apriendeau
Created November 5, 2014 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apriendeau/230a06221e99b09d5ce2 to your computer and use it in GitHub Desktop.
Save apriendeau/230a06221e99b09d5ce2 to your computer and use it in GitHub Desktop.
Docker Remote API push error
```shell
* Hostname was NOT found in DNS cache
* Trying 172.16.46.210...
* Connected to 172.16.46.210 (172.16.46.210) port 2375 (#0)
> POST /images/private-registry/app/push HTTP/1.1
> User-Agent: curl/7.37.1
> Host: 172.16.46.210:2375
> Accept: */*
> X-Registry-Auth: base64creds
>
< HTTP/1.1 200 OK
< Content-Type: application/json
< Date: Wed, 05 Nov 2014 23:01:02 GMT
< Transfer-Encoding: chunked
<
{"status":"The push refers to a repository [private-registry/app] (len: 1)"}
{"status":"Sending image list"}
{"errorDetail":{"message":"}"},"error":"}"}
* Connection #0 to host 172.16.46.210 left intact
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment