mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-25 19:54:38 +00:00
Fix typo/copy paste for IPC namespaces
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
bafed87ead
commit
0d3e7dd672
@ -83,7 +83,7 @@ func ConfigToRun(order int, path string, image *MobyImage) []string {
|
|||||||
}
|
}
|
||||||
if image.Ipc != "" {
|
if image.Ipc != "" {
|
||||||
// TODO only "host" supported
|
// TODO only "host" supported
|
||||||
args = append(args, "--ipc="+image.Pid)
|
args = append(args, "--ipc="+image.Ipc)
|
||||||
}
|
}
|
||||||
for _, bind := range image.Binds {
|
for _, bind := range image.Binds {
|
||||||
args = append(args, "-v", bind)
|
args = append(args, "-v", bind)
|
||||||
|
Loading…
Reference in New Issue
Block a user