moby/docs/sources/reference
Dan Walsh cdfdfbfb62 Allow specification of Label Name/Value pairs in image json content
Save "LABEL" field in Dockerfile into image content.

This will allow a user to save user data into an image, which
can later be retrieved using:

docker inspect IMAGEID

I have copied this from the "Comment" handling in docker images.

We want to be able to add Name/Value data to an image to describe the image,
and then be able to use other tools to look at this data, to be able to do
security checks based on this data.

We are thinking about adding version names,
Perhaps listing the content of the dockerfile.
Descriptions of where the code came from etc.

This LABEL field should also be allowed to be specified in the
docker import --change LABEL:Name=Value
docker commit --change LABEL:Name=Value

Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
2015-03-13 09:47:09 -07:00
..
api Allow specification of Label Name/Value pairs in image json content 2015-03-13 09:47:09 -07:00
commandline Merge pull request #11280 from MabinGo/docs_api-enable-cors_deprecated 2015-03-11 15:28:28 -07:00
builder.md Allow specification of Label Name/Value pairs in image json content 2015-03-13 09:47:09 -07:00
run.md Merge pull request #11244 from ChristopherBiscardi/docs-code-fixes 2015-03-11 08:34:53 -04:00