containerd/supervisor
Michael Crosby 6e4d5b385c Add runtimeArgs to pass to shim
This allows you to pass options like:

```bash
containerd --debug --runtime-args "--debug" --runtime-args
"--systemd-cgroup"
```

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2016-03-24 13:31:27 -07:00
..
add_process.go
checkpoint.go
create.go Add runtimeArgs to pass to shim 2016-03-24 13:31:27 -07:00
create_linux.go
create_windows.go
delete.go Don't send exit event on failure 2016-03-11 16:40:42 -08:00
errors.go
exit.go
get_containers.go
machine.go
machine_linux.go
machine_windows.go
metrics.go
monitor_linux.go
monitor_windows.go
oom.go
signal.go
sort.go
sort_test.go Call delete before closing IO in shim 2016-03-14 16:58:56 -07:00
stats.go
supervisor.go Add runtimeArgs to pass to shim 2016-03-24 13:31:27 -07:00
supervisor_linux.go
supervisor_windows.go
task.go
update.go Add update rpc for resource updates 2016-03-07 15:23:52 -08:00
worker.go Don't send exit event on failure 2016-03-11 16:40:42 -08:00