summaryrefslogtreecommitdiff
path: root/runtime/execdriver
Commit message (Expand)AuthorAgeFilesLines
* Backup current docker apparmor profile and replace it with the new oneGuillaume J. Charmes2014-04-081-3/+5
* Fix lxc label handleingMichael Crosby2014-04-021-12/+1
* Merge branch 'selinux' of https://github.com/rhatdan/docker into rhatdan-selinuxMichael Crosby2014-04-021-2/+3
|\
| * Fix SELinux issue with missing Contexts in lxc execdriverDan Walsh2014-04-031-3/+3
* | Fix configuration test for MKNODMichael Crosby2014-04-021-1/+4
* | Allow non-privileged containers to create device nodes.Kevin Wallace2014-04-033-2/+4
* | Ensure a reliable way to kill ghost containers on rebootMichael Crosby2014-04-013-3/+38
* | Update imports to be consistentMichael Crosby2014-04-011-1/+2
* | Update native driver to use labels from optsMichael Crosby2014-03-271-0/+17
* | Update lxc to use opts for selinux labelsMichael Crosby2014-03-272-9/+25
* | Fix compile and unit test errors after mergeMichael Crosby2014-03-271-7/+18
* | Merge branch 'master' into pluginflagMichael Crosby2014-03-273-6/+27
|\ \ | |/
| * cgroups: Add systemd implementation of cgroupsAlexander Larsson2014-03-271-0/+14
| * Add --opt arguments for driversAlexander Larsson2014-03-275-24/+26
| * This patch adds SELinux labeling support.Dan Walsh2014-03-263-2/+25
* | Add unit test for lxc conf merge and native optsMichael Crosby2014-03-245-39/+216
* | Add cpuset.cpus to cgroups and native driver optionsMichael Crosby2014-03-241-6/+29
* | Add more native driver optionsMichael Crosby2014-03-211-6/+74
* | Change syntax to use dotsMichael Crosby2014-03-215-123/+85
* | Change flag to -o and --optMichael Crosby2014-03-212-0/+22
* | Factor out the native driver config optionsMichael Crosby2014-03-217-130/+203
* | Allow containers to join the net namespace of other conatinersMichael Crosby2014-03-212-8/+34
* | Add ability to work with individual namespacesMichael Crosby2014-03-211-2/+14
* | Allow caps to be toggled in native driver with plugin flagMichael Crosby2014-03-212-12/+31
* | Add initial plugin flag to pass lxc and native driver optionsMichael Crosby2014-03-204-21/+20
|/
* Refactor out interface specific information from execdriver.NetworkTimothy Hobbs2014-03-175-19/+29
* Fix issue #4681 - No loopback interface within container when networking is d...Timothy Hobbs2014-03-171-10/+25
* Gofmt importsMichael Crosby2014-03-175-5/+5
* Move execdrivers into runtime top level pkgMichael Crosby2014-03-1717-0/+1688