summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd
AgeCommit message (Expand)Author
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-28Error out if spec is invalidFabricio Voznika
2018-06-27Added MkdirAll capabilities for Checkpoint's image-path.Brielle Broder
2018-06-26runsc: set gofer umask to 0.Lantao Liu
2018-06-25Fix lint errorsFabricio Voznika
2018-06-22Modified Checkpoint/Restore flags to improve compatibility with Docker.Brielle Broder
2018-06-21Restore implementation added to runsc.Brielle Broder
2018-06-21Fix typo in runsc gofer flag descriptionIan Gudger
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-18Modified boot.go to allow for restores.Justine Olshan
2018-06-15Added code for a pause command for a container process.Justine Olshan
2018-06-15runsc/cmd: fix kill signal parsingDmitry Vyukov
2018-06-12Runsc checkpoint works.Brielle Broder
2018-06-08Drop capabilities not needed by GoferFabricio Voznika
2018-06-06runsc: Support abbreviated container IDs.Kevin Krakauer
2018-06-06Add runsc checkpoint command.Googler
2018-05-29Supress error when deleting non-existing container with --forceFabricio 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-03Return error when child exits earlyFabricio Voznika
2018-05-02Remove detach for exec optionsFabricio Voznika
2018-04-28Check in gVisor.Googler