summaryrefslogtreecommitdiff
path: root/daemon/exec_linux.go
Commit message (Collapse)AuthorAgeFilesLines
* Replace execdrivers with containerd implementationTonis Tiigi2016-03-181-0/+26
| | | | | | Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com> Signed-off-by: Anusha Ragunathan <anusha@docker.com>
* Remove LXC support.David Calavera2015-11-051-18/+0
| | | | | | | | The LXC driver was deprecated in Docker 1.8. Following the deprecation rules, we can remove a deprecated feature after two major releases. LXC won't be supported anymore starting on Docker 1.10. Signed-off-by: David Calavera <david.calavera@gmail.com>
* Windows: Split ContainerExecCreatejhowardmsft2015-05-061-0/+18
Signed-off-by: John Howard <jhoward@microsoft.com>