Skip to content

Commit 6d9f8f9

Browse files
committed
Merge pull request #5 from vbatts/vbatts-oids
README.md: add use case for container introspection
2 parents 9e9d667 + 4b000b3 commit 6d9f8f9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ distribution specific.
1111

1212
If you would like to see additional names and desciptions added please open issues and send pull requests to update this readme.
1313

14-
We are looking at two types of data here.
14+
The follwing types of data are being considered:
1515

1616
1. Labels used to describe how to use the application/image
1717

@@ -37,3 +37,8 @@ We are looking at two types of data here.
3737
| Summary | Short Description of the image|
3838
| Description | Detailed discription of the image|
3939

40+
3. Annotations with container configuration that is externally accesible, to clarify the extent to which a container image is a "black box". Rather than explicit fields, this is a pattern for the key (in likeness to an Object Identifiers (OID) or the Java package naming convention).
41+
42+
| `com.example.webserver.memory.max` | Maximum memory setting for "example.com" organization's webserver |
43+
| `com.example.webserver.memory.min` | Minimum memory setting for "example.com" organization's webserver |
44+

0 commit comments

Comments
 (0)