added docker login command to login to docker registry#84
added docker login command to login to docker registry#84shykes merged 11 commits intomoby:masterfrom
Conversation
|
All the tests pass. As discussed @kencochrane I'll wait for confirmation that real-world usage works for a couple people other than you and me. Let me know! |
|
I gave it a shot. Two issues... The first one is minor: With the second one, I was able to reproduce Solomon's issues, with a little more detail: I did some testing with
|
|
More information about the And here's a response from a At first glance they look very similar, but in the error case, the body of "ok" is never received. |
|
I gave it a shot:
Otherwise, it looks good (beside the issues cited by Charles which are very annoying) |
|
I fixed the issue with no password, and the help message |
|
Any problems left? |
|
We were able to reproduce, it was actually a server issue not a client issue. We are changing the server to fix. this should be good to merge. |
|
Replaced the server by uwsgi. Ready to be retried! |
added docker login command to login to docker registry
BACKPORT: Fix for --cgroup-parent in docker
[18.09 backport] overlay2: use index=off if possible (fix EBUSY on mount)
C8d resolver hosts
C8d resolver hosts Signed-off-by: CrazyMax <[email protected]>
Cherry-pick 871e8ff3e35f24e67241a96dac19710932c318fc into master (Synchronize boltbd libkv apis)
Cherry-pick 2b31300cef639e8c54aaaf52a6f57d1cf11883a3 into master (Synchronize boltbd libkv apis)
Added a new docker login command that will allow register/login to the docker registry and cache the values locally for future use.