Files
podman/pkg
Matthew Heon 28b545d04c When populating CMD, do not include Entrypoint
Previously, we use CreateConfig's Command to populate container
Command (which is used as CMD for Inspect and Commit).
Unfortunately, CreateConfig's Command is the container's full
command, including a prepend of Entrypoint - so we duplicate
Entrypoint for images that include it.

Maintain a separate UserCommand in CreateConfig that does not
include the entrypoint, and use that instead.

Fixes #3708

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-08-06 16:11:42 -04:00
..
2019-04-01 11:10:54 +02:00
2019-07-21 14:22:39 -05:00
2019-07-21 14:22:39 -05:00
2019-07-23 15:43:40 -04:00
2019-07-21 14:22:39 -05:00
2019-07-25 09:52:45 -04:00
2019-06-03 15:54:53 -04:00
2018-03-27 21:55:33 +00:00
2019-07-21 14:22:39 -05:00
2019-07-21 14:22:39 -05:00
2019-07-03 15:41:33 -05:00
2019-07-03 15:41:33 -05:00