This repository was archived by the owner on Jul 20, 2026. It is now read-only.
Can I "Run Interactive" with a volume attached? #4332
Unanswered
Aurelien Montmejat (montmejat)
asked this question in
Q&A
Replies: 1 comment
|
Yes, you can leverage command customization to define a custom command that includes a volume mount. |
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? :)
All reactions