Answers for "docker build cmd example"

0

command to build docker file

// Make sure you are in the same dictionary where you have saved your Dockerfile
command is:
docker build .
Posted by: Guest on June-01-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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language