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
|
d8a4910eee
|
Fixed docker.fake so that fake.StartCommand() can be used on Darwin for testing
|
2013-01-28 23:16:41 -08:00 |
|
Solomon Hykes
|
5d6dd22fb2
|
Plugged 4 more commands into the real backend: 'diff', 'reset', 'run', 'stop'. 'run' actually runs the process, but doesn't capture outptu properly, and encounters mount issues
|
2013-01-26 15:56:42 -08:00 |
|
Solomon Hykes
|
b397ce5dea
|
First integration of the actual docker package into the server. Pull and put create actual containers. Rm actually removes them. The rest is still fake.
|
2013-01-25 14:44:16 -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 |
|