Dockerfile
if dockerfile named is changed we shd use
$ docker build -f dockerfilenmae -t imagename .
-f dockerfile
-t --> it is imagename
FROM: indicates base image to run our application, we can have more than 1 base image
ex:- FROM ubuntu
MAINTAINER - repr...
govi.hashnode.dev2 min read