Skip to content

Commit 3b0aa43

Browse files
authored
Merge pull request #12 from watermeion/watermeion-patch-1
Fix privileged flag does not work
2 parents b9e07d0 + 3b378c2 commit 3b0aa43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/command/cli.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ func (cli *DebugCli) CreateContainer(attachContainer string, options execOptions
338338
SecurityOpt: options.securityOpts,
339339
CapAdd: options.capAdds,
340340
AutoRemove: true,
341+
Privileged: options.privileged,
341342
}
342343

343344
// default is not use ipc

0 commit comments

Comments
 (0)