You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USER is passed in, but HOME is not. This causes the variable replacement in the dockersh.ini to fail with the following error.
configparser.InterpolationMissingOptionError: Bad value substitution: option 'homedir' in section 'DEFAULT' contains an interpolation key 'HOME' which is not a valid option name. Raw value: '${HOME}'
USER is passed in, but HOME is not. This causes the variable replacement in the dockersh.ini to fail with the following error.
configparser.InterpolationMissingOptionError: Bad value substitution: option 'homedir' in section 'DEFAULT' contains an interpolation key 'HOME' which is not a valid option name. Raw value: '${HOME}'
https://github.com/sleeepyjack/dockersh/blob/master/dockersh#L115
Perhaps add HOME: os.environ['HOME'] to the config_envir dict.
The text was updated successfully, but these errors were encountered: