We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53aa77f commit 1f74262Copy full SHA for 1f74262
tests/test.py
@@ -489,6 +489,7 @@ def test_create_container_with_cpuset(self):
489
"StdinOnce": false,
490
"NetworkDisabled": false,
491
"Cpuset": "0,1",
492
+ "CpusetCpus": "0,1",
493
"MemorySwap": 0}'''))
494
self.assertEqual(args[1]['headers'],
495
{'Content-Type': 'application/json'})
0 commit comments