execution: "restore" container on service creation
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
73cb78fae3
commit
0fdd2469f6
8 changed files with 90 additions and 36 deletions
|
@ -8,4 +8,6 @@ const (
|
|||
Running Status = "running"
|
||||
Stopped Status = "stopped"
|
||||
Deleted Status = "deleted"
|
||||
|
||||
UnknownStatusCode = 255
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue