Solomon Hykes
|
917a2219c2
|
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 |
Solomon Hykes
|
dffa7d1f0b
|
'docker -i' can be used as an interpreter for scripts (#!/usr/bin/env docker -i)
|
2013-02-12 22:24:15 -08:00 |
Solomon Hykes
|
4c71d2a373
|
Clean up list of available commands
|
2013-02-12 17:25:41 -08:00 |
Solomon Hykes
|
7270e657d8
|
docker -i: interactive mode
|
2013-02-12 08:48:30 -08:00 |
Solomon Hykes
|
8eff441309
|
Disabled remote access to dockerd. Preferred usage is over ssh.
|
2013-02-12 08:37:12 -08:00 |
Solomon Hykes
|
9689b0c01b
|
Clearer error message in the client when DOCKER env variable is not set
|
2013-02-04 23:25:28 -08:00 |
Solomon Hykes
|
cd75b2a86c
|
Fix a bug which caused the client to never exit in interactive mode when NORAW is set.
|
2013-01-29 15:37:54 -08:00 |
Solomon Hykes
|
e060b68b66
|
export NORAW=1 to disable raw mode in the client
|
2013-01-29 15:24:39 -08:00 |
shin-
|
748a651e56
|
Different termios for linux/darwin
|
2013-01-28 17:06:46 -08:00 |
Solomon Hykes
|
99ff99d4a6
|
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
|
5b74d5c7b6
|
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
|
dd7d916110
|
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
|
0e60ee171d
|
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
|
ea3359a2c1
|
CLI: don't crash with no arguments
|
2013-01-19 17:41:59 -08:00 |
Solomon Hykes
|
63397e887a
|
Prototyping with a mock CLI and daemon
|
2013-01-19 16:07:19 -08:00 |