|
out, _, err := dockerCmdWithError("run", "syscall-test", "acct-test")
|
|
out, _, err := dockerCmdWithError("run", "syscall-test", "acct-test")
|
|
if err == nil || !strings.Contains(out, "Operation not permitted") {
|
|
if err == nil || !strings.Contains(out, "Operation not permitted") {
|