Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: clarify source mount #981

Merged
merged 1 commit into from
Sep 13, 2018

Commits on Jul 27, 2018

  1. config: clarify source mount

    - The 'source' of a bind mount can either be a file or a directory.
    
    - The 'type' field is a dummy  in case of bind mounts, often left to
    "none" (in that case it does not have to be something listed in
    /proc/filesystems).
    
    - 'Relative' paths can only be used for bind mounts, not for other
    mounts. That's how runc manages this.
    
    Replaces: opencontainers#967
    
    Signed-off-by: Alban Crequy <alban@kinvolk.io>
    alban committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    f3be7d2 View commit details
    Browse the repository at this point in the history