mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 03:15:36 +00:00
Fix typo/copy paste for IPC namespaces
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
40ce7977ae
commit
7a58dad3a3
@ -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