Charles Hooper
|
8e0986caec
|
Error gracefully when an image is not found on pull. Addresses #50 and comments from #49
|
2013-03-12 05:49:57 +00:00 |
|
Solomon Hykes
|
003ec21d36
|
If curl is installed, 'docker pull' will use it to download images with a pretty progress bar. Otherwise it will fallback to regular http.Get()
|
2013-02-26 17:28:24 -08:00 |
|
Solomon Hykes
|
aa12da6f50
|
go fmt
|
2013-02-26 17:26:46 -08:00 |
|
Solomon Hykes
|
f437f5b8b4
|
'docker pull' and 'docker put' automatically detect tar compression (gzip, bzip2 or uncompressed). -j and -z flags are no longer required.
|
2013-02-22 12:28:25 -08:00 |
|
Solomon Hykes
|
401dd3d8e0
|
Moved more utilities to docker/future
|
2013-01-25 11:23:18 -08:00 |
|
Solomon Hykes
|
f3ffba7afe
|
Factored out docker/rcli (remote cli protocol), docker/fake (mocking utilities) and docker/future (real utilities which don't yet fit in the core)
|
2013-01-24 20:01:32 -08:00 |
|