We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553b394 commit 5bed982Copy full SHA for 5bed982
src/test/java/com/github/dockerjava/core/command/StartContainerCmdImplTest.java
@@ -283,7 +283,7 @@ public void startContainerWithLinking() throws DockerException {
283
}
284
285
CreateContainerResponse container2 = dockerClient
286
- .createContainerCmd("busybox").withCmd("true")
+ .createContainerCmd("busybox").withCmd("sleep", "9999")
287
.withName("container2").exec();
288
289
LOG.info("Created container2 {}", container2.toString());
0 commit comments