summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/controller.go
AgeCommit message (Expand)Author
2018-09-05runsc: Support runsc kill multi-container.Kevin Krakauer
2018-09-05runsc: Promote getExecutablePathInternal to getExecutablePath.Nicolas Lacasse
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-24runsc: Terminal support for "docker exec -ti".Nicolas Lacasse
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
2018-08-08Enable SACK in runscFabricio Voznika
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-06-28runsc: Add the "wait" subcommand.Kevin Krakauer
2018-06-22runsc: Enable waiting on individual containers within a sandbox.Kevin Krakauer
2018-06-20Add 'runsc debug' commandFabricio Voznika
2018-06-19runsc: Enable container creation within existing sandboxes.Kevin Krakauer
2018-06-19Added a resume command to unpause a paused container.Justine Olshan
2018-06-15Added code for a pause command for a container process.Justine Olshan
2018-06-06Added a function to the controller to checkpoint a container.Googler
2018-05-17Push signal-delivery and wait into the sandbox.Nicolas Lacasse
2018-05-09Return better errors from Docker when runsc fails to start.Nicolas Lacasse
2018-04-28Check in gVisor.Googler