summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/boot.go
AgeCommit message (Expand)Author
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-11Add bare bones unsupported syscall loggingFabricio Voznika
2018-10-10Add sandbox to cgroupFabricio Voznika
2018-10-03runsc: Pass root container's stdio via FD.Nicolas Lacasse
2018-09-28Make runsc kill and delete more conformant to the "spec"Fabricio Voznika
2018-09-27Refactor 'runsc boot' to take container ID as argumentFabricio Voznika
2018-09-11platform: Pass device fd into platform constructor.Nicolas Lacasse
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-09-04runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-09-04runsc: fix container rootfs path.Lantao Liu
2018-08-31Automated rollback of changelist 210995199Fabricio Voznika
2018-08-30runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-07-12runsc: Don't close the control server in a defer.Nicolas Lacasse
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-28Error out if spec is invalidFabricio Voznika
2018-06-26runsc: set gofer umask to 0.Lantao Liu
2018-06-18Modified boot.go to allow for restores.Justine Olshan
2018-06-08Drop capabilities not needed by GoferFabricio Voznika
2018-05-17Push signal-delivery and wait into the sandbox.Nicolas Lacasse
2018-04-28Check in gVisor.Googler