summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd
AgeCommit message (Expand)Author
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-13runsc: Support container signal/wait.Lantao Liu
2018-09-12runsc: Add exec flag that specifies where to save the sandbox-internal pid.Kevin Krakauer
2018-09-11platform: Pass device fd into platform constructor.Nicolas Lacasse
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-09-06runsc: do not delete in paused state.Lantao Liu
2018-09-05runsc: Support runsc kill multi-container.Kevin Krakauer
2018-09-05Use container's capabilities in execFabricio Voznika
2018-09-05runsc: Promote getExecutablePathInternal to getExecutablePath.Nicolas Lacasse
2018-09-04runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-09-04runsc: fix container rootfs path.Lantao Liu
2018-08-31Automated rollback of changelist 210995199Fabricio Voznika
2018-08-30Add seccomp filter to fsgoferFabricio Voznika
2018-08-30runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-08-27Add command-line parameter to trigger panic on signalFabricio Voznika
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-24runsc: Terminal support for "docker exec -ti".Nicolas Lacasse
2018-08-24Add option to panic gofer if writes are attempted over RO mountsFabricio Voznika
2018-08-21Initial change for multi-gofer supportFabricio Voznika
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
2018-07-25runsc: Fix "exec" command when called without --pid-file.Nicolas Lacasse
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-07-12runsc: Don't close the control server in a defer.Nicolas Lacasse
2018-07-03runsc: `runsc wait` print wait status.Lantao Liu
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