Add Restart Policy support when running single container

This commit is contained in:
Ulysses Souza 2020-07-16 11:05:31 +02:00 committed by Guillaume Tardif
parent 2c4be4f7e3
commit a2c2d6aa5d
12 changed files with 189 additions and 48 deletions

View file

@ -11,5 +11,6 @@
"PidsLimit": 0,
"Labels": null,
"Ports": null,
"Platform": "Linux"
"Platform": "Linux",
"RestartPolicyCondition": ""
}