mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
in the tests, use a non-default value for cpu.shares
Upstream-commit: af9f559f2ebd6438f37fef890f2a25eca590f252 Component: engine
This commit is contained in:
@@ -413,7 +413,7 @@ func TestAttachDisconnect(t *testing.T) {
|
||||
container, err := NewBuilder(runtime).Create(
|
||||
&Config{
|
||||
Image: GetTestImage(runtime).Id,
|
||||
CpuShares: 1024,
|
||||
CpuShares: 1000,
|
||||
Memory: 33554432,
|
||||
Cmd: []string{"/bin/cat"},
|
||||
OpenStdin: true,
|
||||
|
||||
Reference in New Issue
Block a user