docker image build example
Example 1: docker build image
docker build --tag hello .
Example 2: docker build
docker build -t [tag] .
Example 3: how to build docker image
docker build <Dockerfile path> -t image-name
docker build --tag hello .
docker build -t [tag] .
docker build <Dockerfile path> -t image-name