set_label.Rd
Add label metadata to an image
set_label(dockerfile, label_vars)
dockerfile | a specification of the contents of the dockerfile |
---|---|
label_vars | A named vector of labels and their values |
dockerfile
, a specification of the contents of the dockerfile
#> $LABEL #> [1] "\"label_1\"=\"value_1\" \"label_2\"=\"value_2\"" #> #> $` ` #> [1] "" #>