summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/container.go
AgeCommit message (Expand)Author
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-18Resolve mount paths while setting up root fs mountFabricio Voznika
2018-10-17runsc: Add --pid flag to runsc kill.Kevin Krakauer
2018-10-16Bump sandbox start and stop timeouts.Nicolas Lacasse
2018-10-11Make the gofer process enter namespacesFabricio Voznika
2018-10-11Add bare bones unsupported syscall loggingFabricio Voznika
2018-10-10Add sandbox to cgroupFabricio Voznika
2018-10-09Add tests to verify gofer is chroot'edFabricio Voznika
2018-10-03runsc: Allow state transition from Creating to Stopped.Nicolas Lacasse
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-10-01Make multi-container the default mode for runscFabricio Voznika
2018-09-30Removed duplicate/stale TODOsFabricio Voznika
2018-09-28runsc: allow `kill --all` when container is in stopped state.Lantao Liu
2018-09-28Make runsc kill and delete more conformant to the "spec"Fabricio Voznika
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-21The "action" in container.Signal should be "signal".Nicolas Lacasse
2018-09-21runsc: Synchronize container metadata changes with a file lock.Nicolas Lacasse
2018-09-20Set Sandbox.Chroot so it gets cleaned up upon destructionFabricio Voznika
2018-09-20runsc: Fix a bug that `runsc wait` doesn't work after container exits.Lantao Liu
2018-09-19Add container.Destroy urpc method.Nicolas Lacasse
2018-09-18Added state machine checks for Container.StatusFabricio Voznika
2018-09-18Handle children processes better in testsFabricio Voznika
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-07Remove '--file-access=direct' optionFabricio Voznika
2018-09-05runsc: Support runsc kill multi-container.Kevin Krakauer
2018-09-05Enabled bind mounts in sub-containersFabricio Voznika
2018-09-05Running container should have a valid sandboxFabricio Voznika
2018-08-28runsc: unmount volume mounts when destroy container.Lantao Liu
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-21Initial change for multi-gofer supportFabricio Voznika
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-07-02runsc: fix panic for `runsc wait` on stopped container.Lantao Liu
2018-06-29Fix typo.Brielle Broder
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-19runsc: Enable container creation within existing sandboxes.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