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

Fixes for LXC / LXD container support #188

Merged
merged 4 commits into from
Sep 19, 2020
Merged

Commits on Aug 18, 2020

  1. Support LXD installed through snap

    This is the recommended way to install LXD and puts the container dirs in
    /var/snap/lxd/common/lxd/containers instead of /var/lib/lxd/containers.
    James TD Smith committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    63cf8b2 View commit details
    Browse the repository at this point in the history
  2. Handle differences in cgroup names for LXD containers

    LXC containers on newer versions of LXC are under the lxc.payload cgroup, update
    the cgroup regex to match this too.
    James TD Smith committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    1f1bd6d View commit details
    Browse the repository at this point in the history
  3. Fix restarting for containers in LXD projects

    Check if containers are in a project and add the appropriate parameter to the
    restart command.
    James TD Smith committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    569d8d5 View commit details
    Browse the repository at this point in the history
  4. Update documentation for LXC/LXD support

    James TD Smith committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    58d0d16 View commit details
    Browse the repository at this point in the history