|
|
e924ec5591
|
Moved server and client logic into sub-packages docker/server and docker/client, respectively. The UI is not affected.
Upstream-commit: e1b25e9b084a2375640b811a27b75b89d57666d9
Component: engine
|
2013-02-13 17:10:00 -08:00 |
|
|
|
47b5079cb2
|
'docker -i' can be used as an interpreter for scripts (#!/usr/bin/env docker -i)
Upstream-commit: 45c30b8eda828a65f509e774e93d54ec1af969a7
Component: engine
|
2013-02-12 22:24:15 -08:00 |
|
|
|
e6faaa4b36
|
Clean up list of available commands
Upstream-commit: f20deac47f35520ace5ad1c1aadbd3f8c34ad571
Component: engine
|
2013-02-12 17:25:41 -08:00 |
|
|
|
7272cb93ab
|
docker -i: interactive mode
Upstream-commit: d0b6f7ef3bebc4dac8f93b3782f58af2e1a94407
Component: engine
|
2013-02-12 08:48:30 -08:00 |
|
|
|
2d49a43787
|
Disabled remote access to dockerd. Preferred usage is over ssh.
Upstream-commit: f330c2a2488b6c26973f0b0fb8da5115588b7f72
Component: engine
|
2013-02-12 08:37:12 -08:00 |
|
|
|
c8f28dfa5c
|
Clearer error message in the client when DOCKER env variable is not set
Upstream-commit: edc996860496f63b8e4eb786890e8ba2bab7e875
Component: engine
|
2013-02-04 23:25:28 -08:00 |
|
|
|
2c15ec4bf8
|
Fix a bug which caused the client to never exit in interactive mode when NORAW is set.
Upstream-commit: d5be77075a6e3dbc8ea167d4c5ab60663b0dbe68
Component: engine
|
2013-01-29 15:37:54 -08:00 |
|
|
|
9aed505733
|
export NORAW=1 to disable raw mode in the client
Upstream-commit: 8c142c612737f45fb97d9ad949b1c3bd42d38c71
Component: engine
|
2013-01-29 15:24:39 -08:00 |
|
|
|
9f3880a4db
|
Fixed typo in Darwin termios settings
Upstream-commit: c283ff667550d6e86a7bcc16259c796f4261be6e
Component: engine
|
2013-01-28 18:37:54 -08:00 |
|
|
|
e0d4eb7361
|
Forgot an import in termios_darwin
Upstream-commit: c914aaf43e9eea2e67f42fc93667a40c36b6cd35
Component: engine
|
2013-01-28 17:07:38 -08:00 |
|
|
|
0922b8dd16
|
Different termios for linux/darwin
Upstream-commit: 08ac1d0b3543b9ab98b2cbeaea6bb9512d6a14b5
Component: engine
|
2013-01-28 17:06:46 -08:00 |
|
|
|
34fa02708d
|
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
Upstream-commit: 75529a202f65e7df5395e0eca7d58aaa7718489c
Component: engine
|
2013-01-25 11:26:18 -08:00 |
|
|
|
9dc7d71f11
|
Factored out docker/rcli (remote cli protocol), docker/fake (mocking utilities) and docker/future (real utilities which don't yet fit in the core)
Upstream-commit: f3ffba7afef9d5caf5eca47e23eda0a2974dd04d
Component: engine
|
2013-01-24 20:01:32 -08:00 |
|
|
|
9772e0b30b
|
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
Upstream-commit: 553ca56d7ed6f5808c97356b9bd4f6a5a3d20477
Component: engine
|
2013-01-23 23:14:46 -08:00 |
|
|
|
805b157702
|
Moved 100% of arg parsing to dockerd. Even help messages are generated on the server
Upstream-commit: d62a759106f2aba2f2d74ec864e05b297eb573cc
Component: engine
|
2013-01-20 00:44:44 -08:00 |
|
|
|
6aa1981e91
|
CLI: don't crash with no arguments
Upstream-commit: 3dc240c7eedd8d47d91704cf378d76658856fe79
Component: engine
|
2013-01-19 17:41:59 -08:00 |
|
|
|
89000a0f7c
|
Prototyping with a mock CLI and daemon
Upstream-commit: e5323e7c9ab02c64e57396807d5b29b42d1f3904
Component: engine
|
2013-01-19 16:07:19 -08:00 |
|