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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjU0NzIsIm5iZiI6MTczOTM2NTE3MiwicGF0aCI6Ii8yOTcxOTAyOC8zNDMxNTYzNTgtODc3MTY1MzItYWE1Mi00NWQzLWE0ZGMtNThlZGUxN2ExZTk2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEyNTkzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVhZTVmYTllM2NjMDRlN2Q4NTg3NDVjNDIyMzBhYTJmZGQ0NGI3NzI4NjYyNjJlYzg3MDQ2MTdmYmJhNWI3ZDQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.IIkFixPocl9lACc4JMxrnSCMeGBnk9xynDub6nLz94U)
Just by curiosity, is there a way to start it with a volume attached? :)
Beta Was this translation helpful? Give feedback.
All reactions