Unable to mount Google Drive in clearml docker agent - container arguments mess up with spaces and backslashes in the path
See original GitHub issueI want to mount G:/Shared Drive/MY_SHARED_DRIVE to my docker container with the argument -v "G:/Shared Drive/MYSHARED_DRIVE":/data
, but clearml sees the space in the path (even though it is surrounded by double quotes), splits it up into multiple arguments and drops the double quotes. This makes mounting drives with spaces unusable.
Moreover, when having a path with backslashes such as \\my\windows\network\path
, it doubles all the backslashes to \\\\my\\windows\\network\\path
. This is not desirable as it also needs to be manually updated.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Docker Quickstart Terminal (Bash), windows 10 - Stack Overflow
I bet the problem is related to the fact that the current working directory contains spaces. So I removed the nginx container and...
Read more >Space in volume path is not working : r/docker - Reddit
Try a backslash or forward slash infront of the space.
Read more >rclone | cloud storage '' - Google Drive | Cloud Storage library - kandi
rclone is a Go library typically used in Storage, Cloud Storage, Amazon S3 applications. rclone has no bugs, it has no vulnerabilities, it...
Read more >Simple Index - Alibaba Cloud
a-pandas-ex-google-book-search-to-df · a-pandas-ex-group-coordinates-by-distance ... ad-testing-packaging-cs207 ... apache-airflow-backport-providers-docker
Read more >News Roundup | Techrights - Part 3
Players will continue to have access to their games library and be able to play through Jan. 18, 2023. Google said it will...
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 Free
Top 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
Ok - I’ll check again Monday if it works. If it does, that at least is a good workaround.
Sounds good to me 👍 closing the issue