1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
Commit graph

17 commits

Author SHA1 Message Date
shin-
8fed600077 Fix for #307 2013-04-02 03:00:21 -07:00
Caleb Spare
13d2b08638 A few spelling/grammar corrections. 2013-04-01 12:56:50 -07:00
Caleb Spare
15b3088157 Don't convert []byte to string unnecessarily. 2013-04-01 11:15:40 -07:00
Caleb Spare
7830cf9166 Don't use a strings.Reader where a bytes.Reader will do.
There are several places where a []byte is converted to a string
and then fed into strings.NewReader().
2013-04-01 11:15:10 -07:00
Jonathan Rudenberg
a6da7f138c Camelize some snake_case variable names 2013-03-28 20:12:23 -04:00
creack
e726bdcce2 Fix the rootPath for auth 2013-03-22 05:52:13 -07:00
creack
fc0eac37e4 Put back the "official" repo 2013-03-22 04:37:18 -07:00
creack
c72ff318d3 Integrate Auth in runtime and make the config file relative to runtime root 2013-03-22 02:19:39 -07:00
creack
11c4294846 Handle push/pull of repositories 2013-03-22 01:25:27 -07:00
Ken Cochrane
8be58d3a7f change registry address to https from http 2013-03-19 16:03:17 -07:00
Ken Cochrane
c4640689af added better error message 2013-03-15 15:04:36 -07:00
Ken Cochrane
27ad71e025 fixed missing varible, error: 2013-03-15 14:48:42 -07:00
Ken Cochrane
0a35db8fd0 added more debugging/ error catching 2013-03-15 14:41:55 -07:00
Ken Cochrane
7ec6a311f8 Removed the extra newline char from the messages 2013-03-14 20:23:45 -07:00
Ken Cochrane
9b94d89b06 added more message changes 2013-03-14 19:43:42 -07:00
Ken Cochrane
f1cf5074f5 cleaned up the code a little 2013-03-14 18:43:02 -07:00
Ken Cochrane
be20f3c518 added ability to login/register to the docker registry, via the docker login command 2013-03-14 17:43:59 -07:00