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

Add linux.resources.devices and drop linux.devices #98

Closed
wants to merge 2 commits into from

Commits on Aug 6, 2015

  1. Drop linux.devices

    Copying devices from the runtime host isn't particularly portable, and
    it's easy to mount any device nodes you need from the bundle itself
    (just like we'd mount any other files needed by the container).
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    470c90d View commit details
    Browse the repository at this point in the history
  2. Add linux.resources.devices

    For specifying device cgroups independent of device creation.
    
    I also split the cgroups section into sections for each class (the
    earlier docs were very terse).  I'll flesh these sections out in
    future commits if the devices addition sounds acceptable.
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    335cd21 View commit details
    Browse the repository at this point in the history