question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Local IDE Mount with docker hangs

See original GitHub issue

Hi , 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:closed
  • Created 7 years ago
  • Comments:26 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
TylerJewellcommented, Oct 16, 2016

@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

0reactions
TylerJewellcommented, Oct 28, 2016

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found