Files
podman/libpod
Daniel J Walsh 6b3d4abb07 Fix podman command --change CMD
Currently in Docker if you commit with --change 'CMD a b c'
The command that gets added is

[/bin/sh -c "a b c"]

If you commit --change 'CMD ["a","b","c"]'

You get
[a b c]

This patch set makes podman match this behaviour.

Similar change required for Entrypoint.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2019-04-17 15:44:50 -04:00
..
2018-08-16 17:12:36 +00:00
2019-04-08 08:36:40 -05:00
2017-11-01 11:24:59 -04:00
2019-01-18 15:43:11 -06:00
2019-01-18 15:43:11 -06:00
2019-04-09 11:55:26 -07:00
2019-03-28 15:12:26 +01:00
2019-03-15 13:41:01 -05:00
2019-04-14 09:54:15 +02:00
2019-04-09 11:55:26 -07:00
2018-08-23 15:01:17 +00:00
2018-08-23 15:01:17 +00:00
2019-01-04 09:51:09 -05:00
2018-08-23 18:16:28 +00:00
2019-04-04 12:27:20 -04:00
2019-03-13 12:10:35 -05:00
2018-10-03 12:45:37 -05:00
2018-03-14 20:21:31 +00:00
2019-01-21 15:23:30 -06:00
2019-02-21 10:51:42 -05:00