-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Currently runc has no option to create mount points from command line like Docker has "-v" option for that purpose. So it's quite difficult to integrate runc where -v option is used especially when we need to mount all the different paths every time for short-lived containers.
The only way is creating config.json every time with different mount point and delete it when container is terminated. Is it intended or can we consider adding that option?
Metadata
Metadata
Assignees
Labels
No labels