You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to be able to specify additional bind mounts when creating a container. In my particular use case, I would like to expose /opt on my host to my container, since I have source code on the host and would like to build it inside the container.
It would be useful to be able to specify additional bind mounts when creating a container. In my particular use case, I would like to expose
/opt
on my host to my container, since I have source code on the host and would like to build it inside the container.Something like the following would be good:
These would just be passed straight through as
--volume
arguments topodman create
.(Sorry for not putting together a PR myself, but editing a 2100 line bash script really doesn’t excite me.)
The text was updated successfully, but these errors were encountered: