May 23, 2015
View 84aae5a

Don't check running container at create time

Qiang Huang authored on 2015/05/23 08:15:14
May 21, 2015
View 012e588

Add a 'docker create' + 'docker rm' testcase Per @thaJeztah's comment here: https://github.com/docker/docker/pull/13367#issuecomment-104286651 I couldn't find an existing test that covered this.

Doug Davis authored on 2015/05/21 23:30:51
April 24, 2015
View a9688cd

Implement teardown removeAllImages

Alexander Morozov authored on 2015/04/24 06:39:31
April 23, 2015
View ee7a7b0

Remove deleteAllContainers call in test

Antonio Murdaca authored on 2015/04/23 23:32:48
April 19, 2015
View dc944ea

Use suite for integration-cli

Alexander Morozov authored on 2015/04/19 01:46:47
April 14, 2015
View 621b601

Removed unnecessary error output from dockerCmd

bobby abbott authored on 2015/04/14 14:16:19
April 11, 2015
View 2c24a8a

Move TestCreateNumberHostname to integration-cli

Brian Goff authored on 2015/04/11 06:06:43
April 6, 2015
View 475c653

Remove `stripTrailingCharacters` from tests

Brian Goff authored on 2015/04/06 22:21:18
February 26, 2015
View 321874f

Last three tests skip on lxc.

Jessica Frazelle authored on 2015/02/26 13:16:44
February 20, 2015
View 70407ce

Better test cleanup with defer

Ahmet Alp Balkan authored on 2015/02/20 15:56:02
February 19, 2015
View b686b65

integ-cli: Skip tests assuming daemon/cli are on the same host

Ahmet Alp Balkan authored on 2015/02/19 13:06:23
January 7, 2015
View abb5e9a

Set labels on container create

Darren Shepherd authored on 2015/01/07 09:04:10
December 4, 2014
View e201d5b

Fix tests with old cmd function.

Jessica Frazelle authored on 2014/12/04 08:53:19
November 12, 2014
View 7107898

Initialize volumes when container is created Fixes #8942 Current behavior is that volumes aren't initialized until start. Volumes still need to be initialized on start since VolumesFrom and Binds can be passed in as part of HostConfig on start, however anything that's already been initialized will just be skipped as is the current behavior.

Brian Goff authored on 2014/11/12 01:17:33
November 4, 2014
View 2338a9c

add ability to publish range of ports Closes #8899 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>

Srini Brahmaroutu authored on 2014/11/04 03:15:55