mirror of
https://github.com/docker/compose.git
synced 2026-08-31 23:03:55 +00:00
Merge pull request #598 from docker/encode_env_values
Properly send env variables containing “=“ in their value in ACI payload. Also properly send quoted values
This commit is contained in:
commit
57ded74aee
7 changed files with 50 additions and 8 deletions
2
cli/cmd/testdata/inspect-out-id.golden
vendored
2
cli/cmd/testdata/inspect-out-id.golden
vendored
|
|
@ -9,8 +9,6 @@
|
|||
"MemoryLimit": 0,
|
||||
"PidsCurrent": 0,
|
||||
"PidsLimit": 0,
|
||||
"Labels": null,
|
||||
"Ports": null,
|
||||
"Platform": "Linux",
|
||||
"RestartPolicyCondition": "none"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue