moby--moby/runconfig
Arnaud Porterie 79621c7728 Container don't inherit from image labels
Labels are metadata that apply to a particular resource: image,
container, maybe volumes and networks in the future. We shouldn't have
containers inherit from its image labels: they are not the same obejcts,
and labels cannot be interpreted in the way.

It remains possible to apply metadata to an image using the LABEL
Dockerfile instruction, to query them using `docker inspect <img>`, or
to filter images on them using `docker images --filter <key>=<value>`.

Fixes #13770.

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
2015-06-05 11:11:22 -07:00
..
fixtures Decode container configurations into typed structures. 2015-04-15 10:22:07 -07:00
compare.go Remove PortSpecs from Config 2015-05-29 22:38:09 +02:00
config.go Remove PortSpecs from Config 2015-05-29 22:38:09 +02:00
config_test.go Remove PortSpecs from Config 2015-05-29 22:38:09 +02:00
exec.go Revert "Add docker exec run a command in privileged mode" 2015-05-26 14:12:16 -07:00
hostconfig.go Docker integration with libnetwork 2015-05-19 22:40:19 +00:00
merge.go Container don't inherit from image labels 2015-06-05 11:11:22 -07:00
parse.go Remove PortSpecs from Config 2015-05-29 22:38:09 +02:00
parse_experimental.go Mark --volume-driver as experimental 2015-05-21 20:34:17 -07:00
parse_stub.go Mark --volume-driver as experimental 2015-05-21 20:34:17 -07:00
parse_test.go Add test for net=container and links 2015-03-23 19:50:33 -07:00