Replies: 1 comment
-
Yes, you can leverage command customization to define a custom command that includes a volume mount. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to start a container in interactive mode with a volume attached, exactly like I would do with:
docker run -it -v /home/user/Datasets/:/datasets ros:noetic bash
.I see that's there an option to start a container in interactive mode:
![Screenshot from 2024-06-26 14-21-26](https://private-user-images.githubusercontent.com/29719028/343156358-87716532-aa52-45d3-a4dc-58ede17a1e96.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDA1MzksIm5iZiI6MTczOTYwMDIzOSwicGF0aCI6Ii8yOTcxOTAyOC8zNDMxNTYzNTgtODc3MTY1MzItYWE1Mi00NWQzLWE0ZGMtNThlZGUxN2ExZTk2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA2MTcxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIxMWNmZTMyMDdhNWJkYzg5OTc2N2NhZTE1ZDY1ZTFiZDJiNGU5YzRlM2EzMGYyYWIwMDYzMjZhNWQ1NGQxN2MmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9EK4gHRA0zFYzD1JBLShEXtvfOHtXHIbekTRwQ3zDvc)
Just by curiosity, is there a way to start it with a volume attached? :)
Beta Was this translation helpful? Give feedback.
All reactions