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 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 9, 2014
View 985d579

Adding 'exec' command to remote API and CLI.

Vishnu Kannan authored on 2014/09/09 14:51:53
September 5, 2014
View d2f75a3

Fix line delimited JSON response

Jessica Frazelle authored on 2014/09/05 04:02:52
August 31, 2014
View 16e850f

Use increment operator

Alexandr Morozov authored on 2014/08/31 02:43:48
August 21, 2014
View 239e932

daemon: rename from "delete" job to "rm"

limsy authored on 2014/08/21 19:40:47
August 14, 2014
View fcf37be

remove double newline

Victor Vieux authored on 2014/08/14 10:08:27
View c9c2718

Merge pull request #6162 from vbatts/vbatts-ps_filter

Victor Vieux authored on 2014/08/14 03:44:48
August 10, 2014
View e9aa648

Fix log message on http handler error

Alexandr Morozov authored on 2014/08/10 18:29:04
August 8, 2014
View 63503ca

Remove deprecated server/ package

Solomon Hykes authored on 2014/08/08 18:12:39
View 95f86da

Revert `rm -f` deprecation use SIGKILL instead

Brian Goff authored on 2014/08/08 03:50:59
August 2, 2014
View 8266c38

Check content type along with content length Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)

Michael Crosby authored on 2014/08/02 07:59:19
July 25, 2014
View a02f67b

Extract log utils into pkg/log

Josiah Kiehl authored on 2014/07/25 05:37:44
June 3, 2014
View 8414671

docker ps: introducing filters

Vincent Batts authored on 2014/06/03 04:08:39
May 1, 2014
View e64131d

docker save: ability to save multiple images

Vincent Batts authored on 2014/05/01 13:26:24