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.

Unable to mount Google Drive in clearml docker agent - container arguments mess up with spaces and backslashes in the path

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
johnml1135commented, May 15, 2021

Ok - I’ll check again Monday if it works. If it does, that at least is a good workaround.

0reactions
bmartinncommented, May 20, 2021

Sounds good to me 👍 closing the issue

Read more comments on GitHub >

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

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