summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2018-06-29Added leave-running flag for checkpoint.Brielle Broder
2018-06-28runsc: Add the "wait" subcommand.Kevin Krakauer
2018-06-28Add more image testsFabricio Voznika
2018-06-28Wait for sandbox process when waiting for root containerFabricio Voznika
2018-06-28Error out if spec is invalidFabricio Voznika
2018-06-28Add option to configure watchdog actionFabricio Voznika
2018-06-27Added MkdirAll capabilities for Checkpoint's image-path.Brielle Broder
2018-06-26Add KVM, overlay and host network to image testsFabricio Voznika
2018-06-26runsc: set gofer umask to 0.Lantao Liu
2018-06-25runsc: add a `multi-container` flag to enable multi-container support.Lantao Liu
2018-06-25Fix lint errorsFabricio Voznika
2018-06-22runsc: Enable waiting on individual containers within a sandbox.Kevin Krakauer
2018-06-22Modified Checkpoint/Restore flags to improve compatibility with Docker.Brielle Broder
2018-06-21Forward SIGUSR2 to the sandbox tooFabricio Voznika
2018-06-21Added functionality to create a RestoreEnvironment.Justine Olshan
2018-06-21Restore implementation added to runsc.Brielle Broder
2018-06-21runsc: Default umask should be 0.Nicolas Lacasse
2018-06-21Fix typo in runsc gofer flag descriptionIan Gudger
2018-06-20Reduce test sleep timeFabricio Voznika
2018-06-20Include image test as part of kokoro testsFabricio Voznika
2018-06-20Add end-to-end image testsFabricio Voznika
2018-06-20Add 'runsc debug' commandFabricio Voznika
2018-06-20Add tool to configure runtime settings in dockerFabricio Voznika
2018-06-19runsc: Enable container creation within existing sandboxes.Kevin Krakauer
2018-06-19runsc: Whitelist lstat, as it is now used in specutils.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-18Modified boot.go to allow for restores.Justine Olshan
2018-06-18runsc: support symlink to the exec path.Lantao Liu
2018-06-18runsc: support "rw" mount option.Lantao Liu
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-15runsc: support /dev bind mount which does not conflict with default /dev mount.Lantao Liu
2018-06-15runsc/cmd: fix kill signal parsingDmitry Vyukov
2018-06-15Set kernel.applicationCores to the number of processor on the hostFabricio Voznika
2018-06-14Fix typo.Brielle Broder
2018-06-14Add nanosleep filter for Go 1.11 supportMichael Pratt
2018-06-13Fix failure to mount volume that sandbox process has no accessFabricio Voznika
2018-06-12runsc: do not include sub target if it is not started with '/'.Lantao Liu
2018-06-12Runsc checkpoint works.Brielle Broder
2018-06-12runsc: enable terminals in the sandbox.Kevin Krakauer
2018-06-12Enable debug logging in testsFabricio Voznika
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-06-06Added a function to the controller to checkpoint a container.Googler
2018-06-04Make fsgofer attach more strictFabricio Voznika
2018-06-04Create destination mount dir if it doesn't existFabricio Voznika
2018-06-04Return 'running' if gofer is still aliveFabricio Voznika