summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/container.go
AgeCommit message (Expand)Author
2020-10-19Fixes to cgroupsFabricio Voznika
2020-09-17Remove option to panic goferFabricio Voznika
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-07-15Apply pdeathsig to gofer for runsc run/doMichael Pratt
2020-05-28Move Cleanup to its own packageFabricio Voznika
2020-04-28Merge pull request #2558 from prattmic:forward_signalgVisor bot
2020-04-27container: use sighandling packageMichael Pratt
2020-04-27Update container.gokevin.xu
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-04-07Update TODO to #238Ian Lewis
2020-02-27Log oom_score_adj value on errorFabricio Voznika
2019-10-30Fix container lockingFabricio Voznika
2019-10-20Add runsc OCI annotations to support CRI-O.Tom Lanyon
2019-09-16Bring back to life features lost in recent refactorFabricio Voznika
2019-09-05Ignore the root container when calculating oom_score_adj for the sandbox.Ian Lewis
2019-08-07Set gofer's OOM score adjustmentFabricio Voznika
2019-08-06Make loading container in a sandbox more robustFabricio Voznika
2019-08-01Set sandbox oom_score_adjIan Lewis
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-18Kill sandbox process when 'runsc do' exitsFabricio Voznika
2019-06-18Add Container/Sandbox args struct for creationFabricio Voznika
2019-06-13Update canonical repository.Adin Scannell
2019-06-03Remove 'clearStatus' option from container.Wait*PID()Fabricio Voznika
2019-05-03Fix runsc restore to be compatible with docker start --checkpoint ...Andrei Vagin
2019-05-02Add [simple] network support to 'runsc do'Fabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-23Fix container_test flakes.Kevin Krakauer
2019-04-09runsc: set UID and GID if gofer is executed in a new user namespaceAndrei Vagin
2019-03-29Set container.CreatedAt in Create().Nicolas Lacasse
2019-03-18Add support for mount propagationFabricio Voznika
2019-02-25Fix cgroup when path is relativeFabricio Voznika
2019-01-31gvisor/gofer: Use pivot_root instead of chrootAndrei Vagin
2019-01-28runsc: Only uninstall cgroup for sandbox stop.Lantao Liu
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