summaryrefslogtreecommitdiffhomepage
path: root/runsc/sandbox
AgeCommit message (Expand)Author
2018-06-28runsc: Add the "wait" subcommand.Kevin Krakauer
2018-06-28Wait for sandbox process when waiting for root containerFabricio Voznika
2018-06-22runsc: Enable waiting on individual containers within a sandbox.Kevin Krakauer
2018-06-21Restore implementation added to runsc.Brielle Broder
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-18Automated rollback of changelist 200770591Fabricio Voznika
2018-06-15Added code for a pause command for a container process.Justine Olshan
2018-06-15runsc: Make gofer logs show up in test output.Kevin Krakauer
2018-06-12Runsc checkpoint works.Brielle Broder
2018-06-08Drop capabilities not needed by GoferFabricio Voznika
2018-06-06Add runsc checkpoint command.Googler
2018-06-04Return 'running' if gofer is still aliveFabricio Voznika
2018-06-04Fix leaky FDFabricio Voznika
2018-06-01Ignores IPv6 addresses when configuring networkFabricio Voznika
2018-05-17Push signal-delivery and wait into the sandbox.Nicolas Lacasse
2018-05-15Refactor the Sandbox package into Sandbox + Container.Nicolas Lacasse
2018-05-09Return better errors from Docker when runsc fails to start.Nicolas Lacasse
2018-05-08Use the containerd annotation instead of detecting the "pause" application.Nicolas Lacasse
2018-05-08Error if container requires AppArmor, SELinux or seccompFabricio Voznika
2018-05-07Fix misspellingsIan Gudger
2018-05-04Run gofmt -s on everythingIan Gudger
2018-05-03Return error when child exits earlyFabricio Voznika
2018-05-03Fix misspellings.Cyrille Hemidy
2018-05-02Remove detach for exec optionsFabricio Voznika
2018-05-01Remove stale TODOFabricio Voznika
2018-04-28Check in gVisor.Googler