summaryrefslogtreecommitdiffhomepage
path: root/runsc/container
AgeCommit message (Expand)Author
2018-07-27Replace sleeps with waits in tests - part IIFabricio Voznika
2018-07-25Replace sleeps with waits in tests - part IFabricio Voznika
2018-07-23Add KVM and overlay dimensions to container_testFabricio Voznika
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-07-18runsc: Fixes to CheckpointRestoreTest.Nicolas Lacasse
2018-07-03Skip overlay on root when its readonlyFabricio Voznika
2018-07-02runsc: fix panic for `runsc wait` on stopped container.Lantao Liu
2018-06-29Fix typo.Brielle Broder
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-29Added leave-running flag for checkpoint.Brielle Broder
2018-06-28runsc: Add the "wait" subcommand.Kevin Krakauer
2018-06-28Wait for sandbox process when waiting for root containerFabricio Voznika
2018-06-28Error out if spec is invalidFabricio Voznika
2018-06-25runsc: add a `multi-container` flag to enable multi-container support.Lantao Liu
2018-06-22runsc: Enable waiting on individual containers within a sandbox.Kevin Krakauer
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