Answers for "how to build a docker file"

1

docker build custom dockerfile

docker build -t [name] -f [pathToDockerfile] .
Posted by: Guest on December-01-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