summaryrefslogtreecommitdiff
path: root/execdriver/native
Commit message (Expand)AuthorAgeFilesLines
* Refactor out interface specific information from execdriver.NetworkTimothy Hobbs2014-03-181-9/+5
* Fix issue #4681 - No loopback interface within container when networking is d...Timothy Hobbs2014-03-181-10/+25
* Add env var to toggle pivot root or ms_moveMichael Crosby2014-03-061-0/+4
* Merge pull request #4509 from crosbymichael/kill-allunclejack2014-03-071-36/+3
|\
| * Remove the ghosts and kill everythingMichael Crosby2014-03-061-36/+3
* | Merge pull request #4488 from crosbymichael/return-correct-lxc-pidunclejack2014-03-071-0/+1
|\ \ | |/ |/|
| * Return correct process pid for lxcMichael Crosby2014-03-051-0/+1
* | 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
* 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-261-3/+2
* 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-252-15/+26
* 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-0/+382