Mounting a folder to Apple Containers #481
Unanswered
jbishop123
asked this question in
Q&A
Replies: 1 comment
-
|
@jbishop123 Could you try a simple test using Alpine and mounting your current working directory? container run -it --rm -v "${PWD}:/mnt/pwd" -w /mnt/pwd alpine:latest ls |
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.
-
Any suggestions on how to get this done? I keep getting Error: invalidArgument: "named volumes are not supported". Any suggestions? Using this command to try and make this work container run -v /private/media:/media lscr.io/linuxserver/radarr:latest
Beta Was this translation helpful? Give feedback.
All reactions