execution: add shim runtime

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
Kenfe-Mickael Laventure 2017-01-12 10:32:09 -08:00
parent 37a113f9fb
commit 5b40adf9af
9 changed files with 852 additions and 21 deletions

View file

@ -8,6 +8,7 @@ const (
Running Status = "running"
Stopped Status = "stopped"
Deleted Status = "deleted"
Unknown Status = "unknown"
UnknownStatusCode = 255
)