Answers for "dockerfile label example"

0

docker label

LABEL "com.example.vendor"="ACME Incorporated"
LABEL com.example.label-with-value="foo"
LABEL version="1.0"
LABEL description="This text illustrates 
that label-values can span multiple lines."
Posted by: Guest on December-29-2021
-2

dockerfile run app cmd

RUN apt-get install python3
CMD echo "Hello world"
ENTRYPOINT echo "Hello world"
Posted by: Guest on August-17-2020
-2

how to use label in dockerfile

how to use lable in dockerfile
Posted by: Guest on March-29-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language