containerd/execution
Akihiro Suda 36bd3cae27 shim executor: fix an issue about empty stateDir
A new process could not be created because of an error caused by an empty
stateDir string

  $ ctr exec ...
  rpc error: code = 2 desc = failed to create process state dir: mkdir : no such file or directory

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2017-01-24 04:06:55 +00:00
..
executors/shim shim executor: fix an issue about empty stateDir 2017-01-24 04:06:55 +00:00
container.go execution: remove statedir type 2017-01-19 08:31:11 -08:00
error.go execution: add shim runtime 2017-01-12 10:45:33 -08:00
events.go Integrate NATS with event subsystem 2016-12-12 14:54:47 -08:00
executor.go execution: add shim runtime 2017-01-12 10:45:33 -08:00
process.go execution: "restore" container on service creation 2016-12-16 11:40:47 -08:00
service.go fix typo I found in this repo 2017-01-20 01:18:26 +08:00
status.go execution: remove statedir type 2017-01-19 08:31:11 -08:00
supervisor.go Add event support to execution subsystem 2016-12-12 09:21:29 -08:00