summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd
AgeCommit message (Expand)Author
2019-01-31gvisor/gofer: Use pivot_root instead of chrootAndrei Vagin
2019-01-31Remove license commentsMichael Pratt
2019-01-22Don't bind-mount runsc into a sandbox mntnsAndrei Vagin
2019-01-18Scrub runsc error messagesFabricio Voznika
2019-01-18runsc: create a new proc mount if the sandbox process is running in a new pidnsAndrei Vagin
2019-01-14runsc: set up a minimal chroot from the sandbox processAndrei Vagin
2018-12-28Simplify synchronization between runsc and sandbox processFabricio Voznika
2018-12-06A sandbox process should wait until it has not been moved into cgroupsAndrei Vagin
2018-11-28Internal change.Googler
2018-11-12runsc: generate exec pidfile after everything is ready.Lantao Liu
2018-11-01Use spec with clean paths for goferFabricio Voznika
2018-10-31Make lazy open the mode of operation for fsgoferFabricio Voznika
2018-10-23Track paths and provide a rename hook.Adin Scannell
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-12Added spec command to create OCI spec config.jsonIan Lewis
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: Pass root container's stdio via FD.Nicolas Lacasse
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-09-30Removed duplicate/stale TODOsFabricio Voznika
2018-09-28Make runsc kill and delete more conformant to the "spec"Fabricio Voznika
2018-09-28Switch to root in userns when CAP_SYS_CHROOT is also missingFabricio Voznika
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-27Refactor 'runsc boot' to take container ID as argumentFabricio Voznika
2018-09-26runsc: fix pid file race condition in exec detach mode.Lantao Liu
2018-09-19Fix sandbox and gofer capabilitiesFabricio 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-11platform: Pass device fd into platform constructor.Nicolas Lacasse
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-09-06runsc: do not delete in paused state.Lantao Liu
2018-09-05runsc: Support runsc kill multi-container.Kevin Krakauer
2018-09-05Use container's capabilities in execFabricio Voznika
2018-09-05runsc: Promote getExecutablePathInternal to getExecutablePath.Nicolas Lacasse
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-30Add seccomp filter to fsgoferFabricio Voznika
2018-08-30runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-08-27Add command-line parameter to trigger panic on signalFabricio Voznika
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-24runsc: Terminal support for "docker exec -ti".Nicolas Lacasse
2018-08-24Add option to panic gofer if writes are attempted over RO mountsFabricio Voznika
2018-08-21Initial change for multi-gofer supportFabricio Voznika
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer