Replies: 2 comments 1 reply
-
This looks like an issue, if Docker supports this and we don't. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I already created an issue out of this. |
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'm trying to translate the following
--mount
string from Docker to podman:When running a container with this mount string, I get the error:
I understand that the options passed to
--mount
are basically parsed out and passed to the OS's underlyingmount
command, so I assume thatvolume-opt
isn't getting translated to whatever it needs to be formount
to understand it.I've seen a few sample commands that create volumes using
--opt
, however I don't see anything like that in the docs for the--mount
argument.Beta Was this translation helpful? Give feedback.
All reactions