mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +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>