# NOT RUN {
the_dockerfile <- dockerfile(clean_session())
factory <- LabelSchemaFactory()
label <- factory(name = "ImageName",
description = "Description of the image",
build_date = Sys.time()
)
addInstruction(the_dockerfile) <- label
cat(format(the_dockerfile))
# }
Run the code above in your browser using DataLab