mirror of
https://github.com/containers/podman.git
synced 2025-06-18 07:28:57 +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>