Skip to content

Commit cb83291

Browse files
committed
Move everything to lower case and sepatation of words by underscores for label names
1 parent 5175d9e commit cb83291

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@ The following types of data are being considered:
1717

1818
| Name | Description |
1919
|-------------|----------------------------------------|
20-
| HELP | Command to run the help command of the image|
21-
| RUN | Command to run the image|
22-
| UNINSTALL | Command to uninstall the image|
23-
| INSTALL | Command to install the image|
24-
| STOP | Command to execute before stopping container|
25-
| DEBUG | Command to run the image with debugging turned on|
20+
| help | Command to run the help command of the image|
21+
| run | Command to run the image|
22+
| uninstall | Command to uninstall the image|
23+
| install | Command to install the image|
24+
| stop | Command to execute before stopping container|
25+
| debug | Command to run the image with debugging turned on|
2626

2727
2. Labels Names used to describe the application/image
2828

2929
| Name | Description |
3030
|-------------|----------------------------------------|
31-
| Name | Name of the Image|
32-
| Version | Version of the image|
33-
| Release | Release Number for this version|
34-
| Architecture| Architecture for the image|
35-
| BuildDate | Date/Time image was built|
36-
| Vendor | Owner of the image|
37-
| URL | Url with more information on the image|
38-
| Summary | Short Description of the image|
31+
| name | Name of the Image|
32+
| version | Version of the image|
33+
| release | Release Number for this version|
34+
| architecture| Architecture for the image|
35+
| build_date | Date/Time image was built|
36+
| vendor | Owner of the image|
37+
| url | Url with more information on the image|
38+
| summary | Short Description of the image|
3939
| Description | Detailed description of the image|
40-
| VcsType | The type of version control used by the container source. Generally one of git, hg, svn, bzr, cvs|
41-
| VcsUrl | URL of the version control repository|
42-
| VcsRef | A 'reference' within the version control repository; e.g. a git commit, or a subversion branch|
40+
| vcs_type | The type of version control used by the container source. Generally one of git, hg, svn, bzr, cvs|
41+
| vcs_url | URL of the version control repository|
42+
| vcs_ref | A 'reference' within the version control repository; e.g. a git commit, or a subversion branch|

0 commit comments

Comments
 (0)