Answers for "from command in dockerfile"

0

run dockerfile command

docker build -t tag-name .
Posted by: Guest on December-04-2021
0

dockerfile CMD command

FROM ubuntu
CMD ["/usr/bin/wc","--help"]
Posted by: Guest on September-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language