spiegel_podman/cmd/podman/shared
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
..
parse Add glob parsing for --env flag 2019-07-11 17:15:20 -04:00
container.go golangci-lint pass number 2 2019-07-11 09:13:06 -05:00
container_inspect.go trivial cleanups from golang 2019-07-03 15:41:33 -05:00
create.go create: improve parser for --healthcheck-command 2019-07-14 10:33:01 +03:00
create_cli.go golangci-lint pass number 2 2019-07-11 09:13:06 -05:00
create_cli_test.go preparation for remote-client create container 2019-03-11 09:42:22 -05:00
funcs.go podman: create and run honors auth file location 2019-07-09 14:21:15 +02:00
funcs_test.go Add variable for global flags to runlabel 2019-05-02 12:14:51 -04:00
intermediate.go Add support for -env-host 2019-07-11 13:25:47 -04:00
intermediate_novarlink.go podman-remote create|run 2019-04-08 09:05:31 -05:00
intermediate_varlink.go add varlink bridge 2019-05-08 13:12:08 -05:00
parallel.go rm -f now removes a paused container 2018-11-08 15:18:11 -06:00
pod.go libpod removal from main (phase 2) 2019-06-27 07:56:24 -05:00
workers.go Add basic structure of podman init command 2019-05-01 11:12:24 -04:00