Merge b091d0a707 into e3ce0bc457
This commit is contained in:
commit
2f2914dc70
|
|
@ -463,6 +463,7 @@ func createContainer(container, image, release, authFile string, showCommandToEn
|
|||
"--volume", homeDirMountArg,
|
||||
"--volume", toolboxPathMountArg,
|
||||
"--volume", runtimeDirectoryMountArg,
|
||||
"--env", fmt.Sprintf("HOME=%s", currentUser.HomeDir),
|
||||
}...)
|
||||
|
||||
createArgs = append(createArgs, avahiSocketMount...)
|
||||
|
|
|
|||
Loading…
Reference in New Issue