Skip to content

Commit 80c8bd3

Browse files
committed
docker cheat code Metadata done
1 parent a5ce90e commit 80c8bd3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

data/dockerfile.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,13 @@
7474
"title": "মেটাডেটা (Metadata)",
7575
"items": [
7676
{
77-
"definition": "",
78-
"code": ""
77+
"code": "LABEL version=\"1.0\""
7978
},
8079
{
81-
"definition": "",
82-
"code": ""
80+
"code": "LABEL \"com.example.vendor\"=\"ACME Incorporated\"\nLABEL com.example.label-with-value=\"foo\""
81+
},
82+
{
83+
"code": "LABEL description=\"This text illustrates \\\nthat label-values can span multiple lines.\""
8384
}
8485
]
8586
},

0 commit comments

Comments
 (0)