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:
Guillaume Tardif 2020-09-10 17:17:02 +02:00 committed by GitHub
commit 57ded74aee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 50 additions and 8 deletions

View file

@ -9,8 +9,6 @@
"MemoryLimit": 0,
"PidsCurrent": 0,
"PidsLimit": 0,
"Labels": null,
"Ports": null,
"Platform": "Linux",
"RestartPolicyCondition": "none"
}