summaryrefslogtreecommitdiffhomepage
path: root/runsc/container
AgeCommit message (Expand)Author
2018-06-21Restore implementation added to runsc.Brielle Broder
2018-06-20Reduce test sleep timeFabricio Voznika
2018-06-19runsc: Enable container creation within existing sandboxes.Kevin Krakauer
2018-06-19runsc: Fix flakey container_test.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-14Fix typo.Brielle Broder
2018-06-12Runsc checkpoint works.Brielle Broder
2018-06-06runsc: Support abbreviated container IDs.Kevin Krakauer
2018-06-06Add runsc checkpoint command.Googler
2018-06-04Create destination mount dir if it doesn't existFabricio Voznika
2018-06-04Return 'running' if gofer is still aliveFabricio Voznika
2018-06-04Refactor container_test in preparation for sandbox_testFabricio Voznika
2018-05-29Supress error when deleting non-existing container with --forceFabricio Voznika
2018-05-24Configure sandbox as superuserFabricio Voznika
2018-05-21Fix test failure when user can't mount temp dirFabricio Voznika
2018-05-17Push signal-delivery and wait into the sandbox.Nicolas Lacasse
2018-05-15Refactor the Sandbox package into Sandbox + Container.Nicolas Lacasse