April 1, 2013
View 91b1f9e

Avoid destroy() timeout by closing stdin in TestStart()

Guillaume J. Charmes authored on 2013/04/01 14:42:10
View d949e28

Add a check to avoid double start (resulting in dockerd to panic) and unit test for it

Guillaume J. Charmes authored on 2013/04/01 06:15:10
March 30, 2013
View 15b3088

Don't convert []byte to string unnecessarily.

Caleb Spare authored on 2013/03/30 16:22:56
View 7dbb1ea

Merge remote-tracking branch 'origin/improve_container_tests'

Solomon Hykes authored on 2013/03/30 15:41:09
View 0ebdca5

Add unit test for multiple attach / restart

Guillaume J. Charmes authored on 2013/03/30 02:56:49
March 29, 2013
View 232dbb1

Improve the containers unit tests (add error checking)

Guillaume J. Charmes authored on 2013/03/29 23:44:58
March 27, 2013
View a8ae0aa

Add unit test for container id format

Solomon Hykes authored on 2013/03/27 08:54:13
March 24, 2013
View 6ce64e8

Moved image name into config. runtime.Create() now receives a single Config parameter

Solomon Hykes authored on 2013/03/24 04:39:09
View 031f91d

runtime.Create receives an image name + Config. The Config includes all required runtime information: command, environment, ports etc.

Solomon Hykes authored on 2013/03/24 04:16:58
March 22, 2013
View 05ae69a

'docker commit' records parent container id and command, in addition to parent image

Solomon Hykes authored on 2013/03/22 13:13:27
March 21, 2013
View b8547f3

Renamed Docker{} to Runtime{} for clarity

Solomon Hykes authored on 2013/03/21 16:41:15
View 7c57a4c

Simplified the core container API, ported it to the new graph. Some features are missing eg. image 'paths' and tags

Solomon Hykes authored on 2013/03/21 16:25:00
March 13, 2013
View 453d495

Put back the github.com path for the import

creack authored on 2013/03/13 03:59:27
View 150a4fe

Merge master within fs

creack authored on 2013/03/13 00:33:21
March 12, 2013
View 45a8bba

gofmt

Guillaume J. Charmes authored on 2013/03/12 21:36:37