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
First time running dockersh -t after fresh install will give
Traceback (most recent call last): File "/usr/local/bin/dockersh", line 22, in<module> user = os.getlogin() FileNotFoundError: [Errno 2] No such file or directory
found a workaround from some other github issue and stackoverflow answer suggesting to replace os.getlogin in line 22 of dockersh to
First time running dockersh -t after fresh install will give
Traceback (most recent call last): File "/usr/local/bin/dockersh", line 22, in<module> user = os.getlogin() FileNotFoundError: [Errno 2] No such file or directory
found a workaround from some other github issue and stackoverflow answer suggesting to replace os.getlogin in line 22 of dockersh to
First time running
dockersh -t
after fresh install will givefound a workaround from some other github issue and stackoverflow answer suggesting to replace os.getlogin in line 22 of dockersh to
this will only eliminate the error above and will ran into the issue #5 ...
any suggestions on how to make the whole dockersh working?
The text was updated successfully, but these errors were encountered: