Answers for "dockerfile build command"

-2

docker build specify dockerfile

docker build -t [name] -f [Dockerfile]
Posted by: Guest on June-15-2021
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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language