mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Validate run restart option value. Default value is “none”, instead of “no”, this is more in line with compose values, and changes only the default so should not have too much impact on legacy usage.
This commit is contained in:
parent
a2c2d6aa5d
commit
f442eafe0b
16 changed files with 145 additions and 86 deletions
2
cli/cmd/testdata/inspect-out-id.golden
vendored
2
cli/cmd/testdata/inspect-out-id.golden
vendored
|
|
@ -12,5 +12,5 @@
|
|||
"Labels": null,
|
||||
"Ports": null,
|
||||
"Platform": "Linux",
|
||||
"RestartPolicyCondition": ""
|
||||
"RestartPolicyCondition": "none"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue