Local IDE Mount with docker hangs
See original GitHub issueHi , I try to mount a remote workspace on my windows laptop. ip and port work with ssh (putty) my local path exists. Docker ist working.
If I run this command:
docker run --rm -it --cap-add SYS_ADMIN --device /dev/fuse --name codenvy-mount -v /c/Users/sklose/mount:/mnthost codenvy/che-mount <ip> <port>
I’m asked to logon with password. After the input of the password the command hangs.
How should I proceed? Where is the error log etc…
Best regards Stefan
Issue Analytics
- State:
- Created 7 years ago
- Comments:26 (13 by maintainers)
Top Results From Across the Web
Sometimes a docker container gets stuck so that it can't be ...
I'm mounting a volume into the container (using Vagrant's NFS mount), and then doing an npm install . The container freezes up part...
Read more >Volumes - Docker Documentation
For example, the local driver accepts mount options as a comma-separated list ... When the command completes and the container stops, it creates...
Read more >Running "docker-compose run" hangs when it's run in cron
I made everything simple like below, but running it by cron still hangs in the middle. Anybody has an idea what is causing...
Read more >9 Common Dockerfile Mistakes - Runnablog
The reason why this is bad is because a line with only apt-get update will get cached by the build and won't actually...
Read more >Run GitLab Runner in a container - GitLab Docs
Install the Docker image and start the container · Option 1: Use local system volume mounts to start the Runner container · Option...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sklosedr @amrecio - FYI, this pull request would be a big improvement to avoid the issues that @sklosedr have run into.
https://github.com/eclipse/che-dockerfiles/pull/28/files
@sklosedr - closing this particular issue as I believe we have incorporated all of the improvements and they have been merged in. We have another set of improvements coming soon that will improve performance further by having a dual unison sync.