podman/libpod/image
baude 4f825f2e07 Add container runlabel command
Execute the command as described by a container image.  The value of the label is processed
into a command by:

1. Ensuring the first argument of the command is podman.
2. Substituting any variables with those defined by the environment or otherwise.

If no label exists in the container image, nothing is done.

podman container runlabel LABEL IMAGE extra_args
Signed-off-by: baude <bbaude@redhat.com>
2018-09-28 14:14:13 -05:00
..
testdata Split refNamesFromImageReference from Runtime.getPullListFromRef 2018-08-01 18:22:58 +00:00
docker_registry_options.go Remove the forceCompress parameter from getCopyOptions and DRO.GetSystemContext 2018-08-01 18:22:59 +00:00
filters.go switch projectatomic to containers 2018-08-16 17:12:36 +00:00
image.go Add container runlabel command 2018-09-28 14:14:13 -05:00
image_test.go We are mistakenly seeing repos as registries. 2018-08-31 18:02:14 +00:00
parts.go We are mistakenly seeing repos as registries. 2018-08-31 18:02:14 +00:00
parts_test.go We are mistakenly seeing repos as registries. 2018-08-31 18:02:14 +00:00
pull.go libpod/image/pull: Return image-pulling errors from doPullImage 2018-09-14 15:01:43 +00:00
pull_test.go We are mistakenly seeing repos as registries. 2018-08-31 18:02:14 +00:00
signing_options.go Stage3 Image Library 2018-03-14 20:21:31 +00:00
utils.go Remove the forceCompress parameter from getCopyOptions and DRO.GetSystemContext 2018-08-01 18:22:59 +00:00