mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
Merge pull request #1293 from justincormack/ipc-typo
Fix typo/copy paste for IPC namespaces
This commit is contained in:
commit
0a4347c906
@ -83,7 +83,7 @@ func ConfigToRun(order int, path string, image *MobyImage) []string {
|
||||
}
|
||||
if image.Ipc != "" {
|
||||
// TODO only "host" supported
|
||||
args = append(args, "--ipc="+image.Pid)
|
||||
args = append(args, "--ipc="+image.Ipc)
|
||||
}
|
||||
for _, bind := range image.Binds {
|
||||
args = append(args, "-v", bind)
|
||||
|
Loading…
Reference in New Issue
Block a user