This commit is contained in:
Dawid Kulikowski 2025-08-09 16:42:52 -05:00 committed by GitHub
commit 2f2914dc70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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...)