summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/container.go
AgeCommit message (Expand)Author
2019-01-25Fix a nil pointer dereference bug in Container.Destroy()ShiruRen
2019-01-22Don't bind-mount runsc into a sandbox mntnsAndrei Vagin
2019-01-18Scrub runsc error messagesFabricio Voznika
2019-01-11runsc: Collect zombies of sandbox and gofer processesAndrei Vagin
2019-01-09Restore to original cgroup after sandbox and gofer processes are createdFabricio Voznika
2018-12-13container.Destroy should clean up container metadata even if other cleanups failNicolas Lacasse
2018-11-15Allow sandbox.Wait to be called after the sandbox has exited.Nicolas Lacasse
2018-11-05Fix race between start and destroyFabricio Voznika
2018-11-01Use spec with clean paths for goferFabricio Voznika
2018-10-21Updated cleanup code to be more explicit about ignoring errors.Ian Lewis
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