mirror of
https://github.com/docker/compose.git
synced 2026-08-04 06:38:45 +00:00
Add Restart Policy support when running single container
This commit is contained in:
parent
2c4be4f7e3
commit
a2c2d6aa5d
12 changed files with 189 additions and 48 deletions
3
cli/cmd/testdata/inspect-out-id.golden
vendored
3
cli/cmd/testdata/inspect-out-id.golden
vendored
|
|
@ -11,5 +11,6 @@
|
|||
"PidsLimit": 0,
|
||||
"Labels": null,
|
||||
"Ports": null,
|
||||
"Platform": "Linux"
|
||||
"Platform": "Linux",
|
||||
"RestartPolicyCondition": ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue