Skip to content

[Request]: Add --mount option to container k8s create #2159

Description

@janishorsts

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

  • I agree to follow this project's Code of Conduct

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions