summaryrefslogtreecommitdiff
path: root/execdriver/lxc
Commit message (Expand)AuthorAgeFilesLines
* fix docker info with lxc 1.0.0Victor Vieux2014-02-281-5/+14
* Merge pull request #4282 from ibuildthecloud/jumbo-framesunclejack2014-02-261-0/+1
|\
| * Add MTU to lxc conf to make host and container MTU matchDarren Shepherd2014-02-211-0/+1
* | Merge pull request #4308 from vbatts/vbatts-seperate_driver_termunclejack2014-02-262-127/+1
|\ \
| * | correcting the package name for the terminal setupVincent Batts2014-02-251-2/+1
| * | seperate out the terminal functions from lxc to the pkg/termVincent Batts2014-02-242-127/+2
* | | Use the cpu cgroup subsystem instead of memory because its non optionalMichael Crosby2014-02-241-3/+2
|/ /
* | Move current tty and pipe impl to lxc driverMichael Crosby2014-02-212-1/+127
* | Move term creation into driverMichael Crosby2014-02-211-4/+2
* | Change Console to TerminalMichael Crosby2014-02-211-1/+6
|/
* Cleanup some statements from exec driver workMichael Crosby2014-02-141-1/+0
* Mount-bind the PTY as container console - allow for tmux/screen to runGuillaume J. Charmes2014-02-131-0/+4
* Merge pull request #4059 from alexlarsson/no-netadmin-capsMichael Crosby2014-02-111-0/+1
|\
| * lxc: Drop NET_ADMIN capability in non-privileged containersAlexander Larsson2014-02-111-0/+1
* | Merge pull request #3524 from tianon/supplementary-groupsVictor Vieux2014-02-101-17/+10
|\ \
| * | Move UserLookup functionality into a separate pkg/user submodule that impleme...Tianon Gravi2014-01-311-17/+10
| |/
* | Merge pull request #3871 from jdef/patch-1Victor Vieux2014-02-101-0/+1
|\ \
| * | Update lxc_template.goJames DeFelice2014-02-031-0/+1
* | | Remove panic in lxc driver.Guillaume J. Charmes2014-02-071-1/+2
| |/ |/|
* | Merge pull request #3857 from creack/remove_darwin_filesVictor Vieux2014-01-312-0/+4
|\ \
| * | Update/fix build tags, Dockerfile, and release.sh for proper building and rel...Tianon Gravi2014-01-312-1/+4
| * | Remove all darwin specific files and use more generic _unsupported with build...Guillaume J. Charmes2014-01-301-0/+1
* | | Merge pull request #3844 from clkao/lxc-kill-deprecationMichael Crosby2014-01-311-1/+10
|\ \ \ | |_|/ |/| |
| * | Use lxc-stop -k when lxc-kill is not foundChia-liang Kao2014-01-311-1/+10
| |/
* | fix TestExitCodeVictor Vieux2014-01-301-1/+3
|/
* Merge pull request #3808 from alexlarsson/execdriver-get-pids-for-containerMichael Crosby2014-01-291-0/+41
|\
| * execdriver: Make GetPidsForContainer() a driver callAlexander Larsson2014-01-281-0/+41
* | exexdriver: Make Command.GetExitCode an internal callAlexander Larsson2014-01-281-1/+10
|/
* Merge pull request #3724 from creack/extract-lxc-phase-2Victor Vieux2014-01-232-14/+16
|\
| * Compile driver interface changesMichael Crosby2014-01-221-2/+2
| * Rename Process to CommandGuillaume J. Charmes2014-01-202-12/+14
* | Fix handling of shared rootsAlexander Larsson2014-01-211-3/+3
|/
* Don't expose cgroups via the execdriver API.Paul Nasrat2014-01-202-11/+10
* Extract cgroups pkg.Paul Nasrat2014-01-202-2/+2
* Fix rebase for init errorMichael Crosby2014-01-171-1/+1
* Make sure drivers are registerd within sysinitMichael Crosby2014-01-171-1/+1
* Change drvier name to append versionMichael Crosby2014-01-171-2/+3
* Move lxc template into lxc driverMichael Crosby2014-01-173-2/+292
* Small fixes to type namesMichael Crosby2014-01-172-7/+7
* Cleanup + add Info to driver in order to have specific IsRunning()Guillaume J. Charmes2014-01-171-4/+30
* Move docker init into drivers functionsGuillaume J. Charmes2014-01-174-1/+204
* Improve wait for lxc and driver interfaceMichael Crosby2014-01-171-34/+8
* Add json tags and comments to exedriver typesMichael Crosby2014-01-171-13/+3
* Simplify chroot wait, address code review issuesMichael Crosby2014-01-171-3/+4
* Remove SysinitPath from processMichael Crosby2014-01-171-0/+1
* Make exec driver run a blocking commandMichael Crosby2014-01-171-10/+21
* Improve chroot driver by mounting procMichael Crosby2014-01-171-0/+6
* Add chroot driver for testingMichael Crosby2014-01-171-1/+0
* Move RootIsShared to lxc driverMichael Crosby2014-01-171-4/+39
* Update with lxc unconfined changesMichael Crosby2014-01-171-8/+42