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 volumes config to LXC driver #3687

Merged
merged 6 commits into from
Jan 18, 2018

Commits on Jan 18, 2018

  1. Add volumes config to LXC driver

    Allow lxc driver to accept bind mount config similarly to the docker
    driver.
    
    Includes some static sanity checks in Validate step
    
    Signed-off-by: Michael McCracken <mikmccra@cisco.com>
    mikemccracken committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    b597916 View commit details
    Browse the repository at this point in the history
  2. lxc: Add config flag to disable volume support

    Signed-off-by: Michael McCracken <mikmccra@cisco.com>
    mikemccracken committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    bbdd589 View commit details
    Browse the repository at this point in the history
  3. lxc: add tests for volume support

    Signed-off-by: Michael McCracken <mikmccra@cisco.com>
    mikemccracken committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    8331cbd View commit details
    Browse the repository at this point in the history
  4. lxc: Add documentation for volumes support

    Signed-off-by: Michael McCracken <mikmccra@cisco.com>
    mikemccracken committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    1b0db85 View commit details
    Browse the repository at this point in the history
  5. Simplify with gofmt -s

    Signed-off-by: Michael McCracken <mikmccra@cisco.com>
    mikemccracken committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    f86fbdc View commit details
    Browse the repository at this point in the history
  6. lxc_test: add test for contents of file in bind-mounted dir

    Ensure that bind mounting via the volumes config really did work.
    
    Signed-off-by: Michael McCracken <mikmccra@cisco.com>
    mikemccracken committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    561376e View commit details
    Browse the repository at this point in the history