Files
Stefan Becker e4cba7d36a create: improve parser for --healthcheck-command
Fix Docker CLI compatibility issue: the "--healthcheck-command" option
value should not be split but instead be passed as single string to
"CMD-SHELL", i.e. "/bin/sh -c <opt>".

On the other hand implement the same extension as is already available
for "--entrypoint", i.e. allow the option value to be a JSON array of
strings. This will make life easier for tools like podman-compose.

Updated "--healthcheck-command" option values in tests accordingly.

Continuation of #3455 & #3507

Signed-off-by: Stefan Becker <chemobejk@gmail.com>
2019-07-14 10:33:01 +03:00
..
2019-05-22 10:08:03 -05:00
2018-01-18 07:01:48 -05:00
2019-07-02 16:41:10 +02:00
2017-11-01 11:24:59 -04:00
2019-03-20 14:37:59 -06:00
2019-04-16 11:23:18 -04:00