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
Uh oh!
There was an error while loading. Please reload this page.
-
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:

Just by curiosity, is there a way to start it with a volume attached? :)
Beta Was this translation helpful? Give feedback.
All reactions