Fix the documentation and integration test for container resize
Closes #8728 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com> Upstream-commit: 91fb9b2f5a07232cecfcde38a98c3ec6410239b7 Component: engine
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func TestResizeApiResponse(t *testing.T) {
|
||||
runCmd := exec.Command(dockerBinary, "run", "-d", "busybox", "true")
|
||||
runCmd := exec.Command(dockerBinary, "run", "-d", "busybox", "top")
|
||||
out, _, err := runCommandWithOutput(runCmd)
|
||||
if err != nil {
|
||||
t.Fatalf(out, err)
|
||||
|
||||
Reference in New Issue
Block a user