mirror of
https://github.com/containers/podman.git
synced 2025-10-20 12:43:58 +08:00

The quotes are interpreted as part of the value, so that, for example, `HealthCmd="true"` is translated to the podman argument `--health-cmd "\"true\""`. Signed-off-by: Cedric Staniewski <cedric@gmx.ca>