Solomon Hykes
|
5675439b91
|
Re-enabled CmdPull progress bar code which had been temporarily disabled
|
2013-02-28 16:30:31 -08:00 |
|
Andrea Luzzardi
|
f857fa0ddd
|
Server: -p option to export TCP ports
|
2013-02-28 11:52:22 -08: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
|
ebaa50c4c9
|
docker wait: block until a container exits, and print its exit code
|
2013-02-26 11:43:54 -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
|
004272e6f5
|
docker/server: no more dependency on log
|
2013-02-19 13:07:25 -08:00 |
|
Solomon Hykes
|
dd9bb4e0d3
|
dockerd: removed debug messages
|
2013-02-19 13:04:19 -08:00 |
|
Solomon Hykes
|
d2885910bd
|
'docker start' and 'docker restart': start or restart a container
|
2013-02-14 13:49:05 -08:00 |
|
Andrea Luzzardi
|
e871eadab1
|
Server: Restored -u option (from merge)
|
2013-02-13 17:41:50 -08:00 |
|
Andrea Luzzardi
|
2f84bab879
|
go fmt
|
2013-02-13 17:28:13 -08:00 |
|
Solomon Hykes
|
e1b25e9b08
|
Moved server and client logic into sub-packages docker/server and docker/client, respectively. The UI is not affected.
|
2013-02-13 17:10:00 -08:00 |
|