summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/container.go
AgeCommit message (Expand)Author
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-12-17Add sandbox ID to state file nameFabricio Voznika
2020-11-18Fix race condition in multi-container wait testFabricio Voznika
2020-11-17Add support for TTY in multi-containerFabricio Voznika
2020-11-05Return failure when `runsc events` queries a stopped containerFabricio Voznika
2020-11-05Fix failure setting OOM score adjustmentFabricio Voznika
2020-10-21Merge pull request #3957 from workato:auto-cgroupgVisor bot
2020-10-20Do not even try forcing cgroups in testsKonstantin Baranov
2020-10-19Fixes to cgroupsFabricio Voznika
2020-10-06Ignore errors in rootless and test modesKonstantin Baranov
2020-10-02Treat absent "linux" section is empty "cgroupsPath" tooKonstantin Baranov
2020-09-17Remove option to panic goferFabricio Voznika
2020-09-15Use container ID as cgroup name if not providedKonstantin Baranov
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