-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker installation #156
Comments
Hi @DHGK You're right that link won't work with docker toolbox. For docker toolbox, you would have to auto-mount the C drive (or the directory from your error: The folder name should be If this works, I'll add it to the error message. So keep me posted 🙂 |
Hi @zouter , Thank you for the suggestion. I tried the method you share, but I still got the same error when running dynwrap::test_docker_installation(detailed = TRUE). I tried both C drive and the directory from the error -- neither worked for me.😟 |
Hey, so I am struggling with this same issue (using docker toolbox with virtual box: windows 10 intel core i3). Tried the above solution and many others. Still getting error. If you have found a solution or an idea, please let me know. Thanks deeply. |
Hi @gxe778 We'll test this out on our windows computers soon and get back to you! |
Thank you. |
Silimar issue here. Also tested the solution you privided but still got the same error. I believe it is not due to the dyno problem but the docker on win10 problem. |
Thank you. Still working at it on my end. Any thoughts or ideas going forward are always welcome. |
same issue. |
Hello all, I am another user encountering the same exact issue. Were any of you able to work around this? My full error message was as follows:
Any advice would be greatly appreciated. Thank you! |
Hi Dyno Community,
I'm new to computational analysis and I'm trying to get Dyno running on my win10 home computer. I've installed Docker toolbox, but when I run dynwrap::test_docker_installation(detailed = TRUE), it gave me this error:
Error in dynwrap::test_docker_installation(detailed = TRUE) :
<U+274C> Unable to mount temporary directory: C:\Users\YUH~1\AppData\Local\Temp\RtmpADETIc\file1c90529d6bbc.
On windows, you need to enable the shared drives (https://rominirani.com/docker-on-windows-mounting-host-directories-d96f3f056a2c)
I tried the website but that tutorial seems to target docker users. I'm not sure what to do for the Docker toolbox. Really appreciate all your help!
The text was updated successfully, but these errors were encountered: