summaryrefslogtreecommitdiff
path: root/execdriver
Commit message (Expand)AuthorAgeFilesLines
* Refactor out interface specific information from execdriver.NetworkTimothy Hobbs2014-03-185-19/+29
* Fix issue #4681 - No loopback interface within container when networking is d...Timothy Hobbs2014-03-181-10/+25
* Update parseLxcInfo to comply with new lxc1.0 formatGuillaume J. Charmes2014-03-111-1/+1
* Remove goroutine leak upon errorGuillaume J. Charmes2014-03-111-0/+3
* Add env var to toggle pivot root or ms_moveMichael Crosby2014-03-061-0/+4
* Merge pull request #4509 from crosbymichael/kill-allunclejack2014-03-073-54/+7
|\
| * Remove the ghosts and kill everythingMichael Crosby2014-03-063-54/+7
* | Merge pull request #4488 from crosbymichael/return-correct-lxc-pidunclejack2014-03-075-17/+106
|\ \ | |/ |/|
| * Return correct process pid for lxcMichael Crosby2014-03-055-17/+106
* | libcontainer: Don't use UsetCloseOnExec, it is racyAlexander Larsson2014-03-061-2/+3
* | Generate and load custom docker profile for apparmorGuillaume J. Charmes2014-03-052-1/+5
* | Add AppArmor support to native driver + change pipe/dup logicGuillaume J. Charmes2014-03-051-0/+4
|/
* Add missing -- when we run dockerinit from nativeVictor Vieux2014-03-051-0/+1
* Change veth prefix back to vethMichael Crosby2014-03-041-1/+1
* Merge pull request #4327 from crosbymichael/add-libcontainerGuillaume J. Charmes2014-03-037-119/+444
|\
| * Ensure that ticker does not leakMichael Crosby2014-02-271-1/+3
| * Allow child process to live if daemon diesMichael Crosby2014-02-271-5/+16
| * Ensure that the container dir is remove on restoreMichael Crosby2014-02-271-6/+4
| * Code review updatesMichael Crosby2014-02-263-3/+3
| * Make network a slice to support multiple typesMichael Crosby2014-02-261-8/+11
| * Merge branch 'master' into add-libcontainerMichael Crosby2014-02-264-12/+11
| |\
| * | Return error for lxc-conf when using native driverMichael Crosby2014-02-251-0/+14
| * | Ensure that the container's dir is remove from native driver on stopMichael Crosby2014-02-251-0/+6
| * | Fix cross compile for make crossMichael Crosby2014-02-251-3/+6
| * | Move container.json and pid file into a root specific driver dirMichael Crosby2014-02-253-15/+27
| * | Merge branch 'add-libcontainer' of https://github.com/crosbymichael/docker in...Guillaume J. Charmes2014-02-252-7/+4
| |\ \
| | * | Address initial feedback from prMichael Crosby2014-02-251-6/+4
| * | | Better capability/namespace managementGuillaume J. Charmes2014-02-241-20/+21
| |/ /
| * | Remove container env var from libcontainerMichael Crosby2014-02-242-36/+38
| * | Move types around in native driverMichael Crosby2014-02-243-59/+55
| * | Refactor and improve libcontainer and driverMichael Crosby2014-02-241-15/+12
| * | Fix exec driver flag, rename new driver to 'native'Michael Crosby2014-02-243-3/+3
| * | Merge branch 'master' into add-libcontainerMichael Crosby2014-02-241-3/+2
| |\ \
| * | | Remove chroot driver, it's not neededMichael Crosby2014-02-241-101/+0
| * | | Improve logging for nsinitMichael Crosby2014-02-241-2/+6
| * | | Rename namespace driver to dockerMichael Crosby2014-02-243-3/+3
| * | | Fix restore container by nspidMichael Crosby2014-02-241-1/+18
| * | | Fix get pids for nsinitMichael Crosby2014-02-242-4/+3
| * | | Cgroups allow devices for privileged containersMichael Crosby2014-02-241-1/+37
| * | | Fix kill signals and rootfs path for pidMichael Crosby2014-02-241-2/+2
| * | | Add info for driverMichael Crosby2014-02-241-3/+22
| * | | Fix tests with dockerinit lookup pathMichael Crosby2014-02-241-1/+2
| * | | Compile nsinit into docker for use with dockerinitMichael Crosby2014-02-242-5/+30
| * | | Fix tty copy for driverMichael Crosby2014-02-221-1/+6
| * | | Refactor driver to use Exec function from nsiniMichael Crosby2014-02-222-232/+95
| * | | Initial commit of libcontainer running dockerMichael Crosby2014-02-213-0/+416
* | | | 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-9/+8
|\ \ \ \ | |_|_|/ |/| | |