What's the podman equivalent of Docker's volume-opt
parameter in mount strings?
#13387
Labels
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Discussed in #13378
Originally posted by dstaley February 28, 2022
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.The text was updated successfully, but these errors were encountered: