September 29, 2014
View bfc9d8b

Fix typo:betweem->between and PtySlace->PtySlave

ArikaChen authored on 2014/09/29 00:01:35
September 26, 2014
View 0913009

Merge pull request #8191 from vieux/improve_error_exec_lxc

Victor Vieux authored on 2014/09/26 07:58:21
View d19d800

not not -> not

Victor Vieux authored on 2014/09/26 06:23:27
September 24, 2014
View ab30e19

Improve error for docker exec & LXC

Victor Vieux authored on 2014/09/24 06:47:33
September 16, 2014
View c786a8e

Adding docker exec support in CLI. Fixed a bug in daemon that resulted in accessing of a closed pipe.

Vishnu Kannan authored on 2014/09/16 15:43:43
View 3903038

Adding state to exec commands to prevent multiple starts of a single exec command.

Vishnu Kannan authored on 2014/09/16 08:14:04
View bfebdfd

Splitting the exec remote API into two separate APIs inorder to support resizing of tty sessions. 1. /container/<name>/exec - Creates a new exec command instance in the daemon and container '<name>'. Returns an unique ID for each exec command. 2. /exec/<name>/start - Starts an existing exec command instance. Removes the exec command from the daemon once it completes.

Vishnu Kannan authored on 2014/09/16 07:56:47
September 11, 2014
View 669561c

Address review comments.

Vishnu Kannan authored on 2014/09/11 09:06:59
September 10, 2014
View d130c10

Fix bug in attach handling for docker exec. Add docs for 'docker exec' feature.

Vishnu Kannan authored on 2014/09/10 16:20:05
View e1cf95b

Import nsenter in docker.

Vishnu Kannan authored on 2014/09/10 02:36:13
September 9, 2014
View 985d579

Adding 'exec' command to remote API and CLI.

Vishnu Kannan authored on 2014/09/09 14:51:53
View 5130fe5

Adding support for docker exec in daemon.

Vishnu Kannan authored on 2014/09/09 13:19:32