how to build an image in docker code example
Example 1: docker build image
docker build --tag hello .
Example 2: how to build docker image
docker build -t image-name
docker build --tag hello .
docker build -t image-name