podman/pkg/specgen
Matthew Heon 67ec4e1d27 Improve Entrypoint and Command support
We should not be overwriting the Specgen's Command and Entrypoint
when building the final command to pass in the OCI spec. Both of
these will be provided to Libpod for use in `podman inspect` and
committing containers, and both must be set to the user's input,
not overwritten by the image if unset.

Fix this by moving command generation into OCI spec generation
and not modifying the SpecGenerator when we do so.

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2020-04-27 13:13:21 -04:00
..
generate Improve Entrypoint and Command support 2020-04-27 13:13:21 -04:00
config_linux.go v2podman container create 2020-04-03 15:43:03 -05:00
config_unsupported.go Fix the pkg/specgen/SpecGenerator.getSeccompConfig stub 2020-03-20 23:25:15 +01:00
container_validate.go Add support for volumes-from, image volumes, init 2020-04-27 13:13:21 -04:00
namespaces.go podman: implement userns=keep-id 2020-04-24 15:03:50 +02:00
pod_validate.go specgen: relax test to accept default network 2020-04-27 13:12:19 +02:00
podspecgen.go podmanv2 pod create using podspecgen 2020-03-27 09:04:10 -05:00
specgen.go Add support for volumes-from, image volumes, init 2020-04-27 13:13:21 -04:00