automation-tests/cmd/podman/common
Aditya R b4584ea854
run,create: add support for --env-merge for preprocessing vars
Allow end users to preprocess default environment variables before
injecting them into container using `--env-merge`

Usage
```
podman run -it --rm --env-merge some=${some}-edit --env-merge
some2=${some2}-edit2 myimage sh
```

Closes: https://github.com/containers/podman/issues/15288

Signed-off-by: Aditya R <arajan@redhat.com>
2022-08-24 14:06:25 +05:30
..
completion.go Add "podman kube generate" command 2022-08-11 16:58:24 +01:00
completion_test.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
create.go run,create: add support for --env-merge for preprocessing vars 2022-08-24 14:06:25 +05:30
create_opts.go podman pod clone 2022-06-10 14:23:19 -04:00
create_test.go linter: enable unconvert linter 2022-05-19 13:59:15 +02:00
default.go Support setting image_volume_mode in containers.conf 2022-05-26 14:16:26 -04:00
diffChanges.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
inspect.go shell completion: update podman inspect --type options 2022-05-19 14:04:22 +02:00
netflags.go Add Docker compatibility for --dns-option to --dns-opt 2022-08-15 07:38:08 -04:00
sign.go podman ssh work, using new c/common interface 2022-08-09 14:00:58 -04:00