docker build with tag name code example
Example 1: docker build
docker build -t [tag] .
Example 2: docker build supress build output
docker image build -t [name] . -q
docker build -t [tag] .
docker image build -t [name] . -q