-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix $DOCKER_USER to use cp and not mv and only convert once #2056
Labels
bug
Something isn't working
Comments
nhooyr
added a commit
that referenced
this issue
Sep 3, 2020
Now we cp instead of mv $HOME as mv will fail due to the user not existing. We also only try to convert if the user hasn't been changed. Finally I added usage to the docker docs in install.md Closes #2056
nhooyr
added a commit
that referenced
this issue
Sep 3, 2020
Now we cp instead of mv $HOME as mv will fail due to the user not existing. We also only try to convert if the user hasn't been changed. Finally I added usage to the docker docs in install.md Closes #2056
nhooyr
added a commit
that referenced
this issue
Sep 3, 2020
We do not try renaming $HOME anymore as there is no good way to do it. We also only try to convert if the user hasn't been changed. Finally I added usage to the docker docs in install.md Closes #2056
nhooyr
added a commit
that referenced
this issue
Sep 3, 2020
We do not try renaming $HOME anymore as there is no good way to do it. We also only try to convert if the user hasn't been changed. Finally I added usage to the docker docs in install.md Closes #2056
This is actually a bit trickier, if I remember my time with OpenShift, we can actually do that however, the shell script that is responsible for doing that has the username string fixed. I think we can try porting the user hack from Theia for OpenShift. |
This is fixed by #2057 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
See #2051
The text was updated successfully, but these errors were encountered: