You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
-
# Standard Container/Application Labels
2
-
Default Containerized Application Labels used to document the application and/or image
1
+
# Standard Container/Application Identifiers
2
+
Default Containerized Application Labels/Annotations/Ids used to document the application and/or image
3
3
4
4
With the introduction of the [Atomic command](http://developerblog.redhat.com/2015/04/21/introducing-the-atomic-command/), we are accessing container image meta data to describe the purpose of the image or the application defined by the image.
5
5
6
6
We would like to get concensus on default names. Proposals have been made to namespace the label names defined
7
-
in Docker. If you would like to see additional names and desciptions added please open issues and send pull requests to update this readme.
7
+
in Docker.
8
8
9
9
But we believe their should be some generic toplevel names defined that are not vendor specific, or
10
10
distribution specific.
11
11
12
+
If you would like to see additional names and desciptions added please open issues and send pull requests to update this readme.
13
+
12
14
We are looking at two types of data here.
13
15
14
16
1. Labels used to describe how to use the application/image
0 commit comments