podman/pkg/specgen/generate
Giuseppe Scrivano 99bdafba99
podman: split env variables in env and overrides
There are three different priorities for applying env variables:

1) environment/config file environment variables
2) image's config
3) user overrides (--env)

The third kind are known to the client, while the default config and image's
config is handled by the backend.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-07 14:16:50 -04:00
..
config_linux.go podman v2 remove bloat v2 2020-04-16 12:04:46 -05:00
config_linux_cgo.go podman: add support for --rootfs 2020-04-24 12:56:20 +02:00
config_linux_nocgo.go v2specgen prune libpod 2020-04-14 20:02:20 -05:00
container.go podman: split env variables in env and overrides 2020-05-07 14:16:50 -04:00
container_create.go Add small fixes for 'podman run' from diffing inspect 2020-05-05 20:21:01 -04:00
namespaces.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
oci.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
pod_create.go Rework port parsing to support --expose and -P 2020-05-04 20:57:27 -04:00
ports.go Rework port parsing to support --expose and -P 2020-05-04 20:57:27 -04:00
security.go Properly handle default capabilities listed in containers.conf 2020-05-01 15:00:26 -04:00
storage.go Add support for volumes-from, image volumes, init 2020-04-27 13:13:21 -04:00