Solomon Hykes
|
75529a202f
|
Fixed IO edge cases on docker client. Wait for stdin to close before exiting if it's a pipe, but not if it's a terminal. Correctly send stdin EOF to the server with TCP half-close
|
2013-01-25 11:26: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 |
|
Solomon Hykes
|
553ca56d7e
|
Enabled stdin and interactive mode. 'docker run -a CONTAINER bash' will now correctly run an interactive shell. This required switching to a simple raw TCP protocol by default
|
2013-01-23 23:14:46 -08:00 |
|
Solomon Hykes
|
d62a759106
|
Moved 100% of arg parsing to dockerd. Even help messages are generated on the server
|
2013-01-20 00:44:44 -08:00 |
|
Solomon Hykes
|
3dc240c7ee
|
CLI: don't crash with no arguments
|
2013-01-19 17:41:59 -08:00 |
|
Solomon Hykes
|
e5323e7c9a
|
Prototyping with a mock CLI and daemon
|
2013-01-19 16:07:19 -08:00 |
|