Feature or enhancement request details
Currently container k8s create does not support mounting host directories into the node container, unlike container create / container run.
Adding --mount support allows mounts to the cluster node (useful for sharing data, config or other files directly into the k8s node) same way as container create / container run.
Example:
container k8s create --name dev --mount type=virtiofs,source=/foo/bar,target=/data,readonly
Code of Conduct
Feature or enhancement request details
Currently
container k8s createdoes not support mounting host directories into the node container, unlikecontainer create/container run.Adding
--mountsupport allows mounts to the cluster node (useful for sharing data, config or other files directly into the k8s node) same way ascontainer create/container run.Example:
Code of Conduct