automation-tests/cmd/podman/shared
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
..
parse Set -env variables as appropriate 2019-07-30 12:02:18 -04:00
container.go Fixes issue #3577. 2019-07-23 22:52:24 -04:00
create.go When populating CMD, do not include Entrypoint 2019-08-06 16:11:42 -04: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 libpod: support for cgroup namespace 2019-07-18 10:32:25 +02: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