summaryrefslogtreecommitdiffhomepage
path: root/runsc/sandbox
AgeCommit message (Expand)Author
2018-09-27Refactor 'runsc boot' to take container ID as argumentFabricio Voznika
2018-09-20Set Sandbox.Chroot so it gets cleaned up upon destructionFabricio Voznika
2018-09-19runsc: Fix stdin/stdout/stderr in multi-container mode.Kevin Krakauer
2018-09-19Add container.Destroy urpc method.Nicolas Lacasse
2018-09-18Handle children processes better in testsFabricio Voznika
2018-09-18Automated rollback of changelist 213307171Kevin Krakauer
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-17runsc: Fix stdin/out/err in multi-container mode.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-10runsc: Chmod all mounted files to 777 inside chroot.Nicolas Lacasse
2018-09-07runsc: Support multi-container exec.Nicolas Lacasse
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-09-07runsc: Run sandbox process inside minimal chroot.Nicolas Lacasse
2018-09-06Enable network for multi-containerFabricio Voznika
2018-09-04runsc: Run sandbox as user nobody.Nicolas Lacasse
2018-09-04runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-08-31Automated rollback of changelist 210995199Fabricio Voznika
2018-08-30runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
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-20Standardize mounts in testsFabricio Voznika
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
2018-08-14runsc: Change cache policy for root fs and volume mounts.Nicolas Lacasse
2018-08-06Tiny reordering to network codeFabricio Voznika
2018-07-23Add KVM and overlay dimensions to container_testFabricio Voznika
2018-07-20Removed a now incorrect reference to restoreFile.Justine Olshan
2018-07-19runsc: copy gateway from the pod network interface.Lantao Liu
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-06-28runsc: Add the "wait" subcommand.Kevin Krakauer
2018-06-28Wait for sandbox process when waiting for root containerFabricio Voznika
2018-06-22runsc: Enable waiting on individual containers within a sandbox.Kevin Krakauer
2018-06-21Restore implementation added to runsc.Brielle Broder
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-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-12Runsc checkpoint works.Brielle Broder
2018-06-08Drop capabilities not needed by GoferFabricio Voznika
2018-06-06Add runsc checkpoint command.Googler
2018-06-04Return 'running' if gofer is still aliveFabricio Voznika
2018-06-04Fix leaky FDFabricio Voznika
2018-06-01Ignores IPv6 addresses when configuring networkFabricio Voznika
2018-05-17Push signal-delivery and wait into the sandbox.Nicolas Lacasse
2018-05-15Refactor the Sandbox package into Sandbox + Container.Nicolas Lacasse