There was an error while loading. Please reload this page.
1 parent dad685b commit 91e7b13Copy full SHA for 91e7b13
1 file changed
bin/container-wrapper
@@ -48,7 +48,7 @@ fi
48
49
50
if [[ "${CONTAINER_CMD}" == "docker" ]]; then
51
- CONTAINER_USER_HOME="${HOME}"
+ CONTAINER_USER_HOME=""
52
else
53
# otherwise the host user is going to be map to root user in the container
54
CONTAINER_USER_HOME="/root"
0 commit comments