building images docker code example
Example 1: how to build docker image
docker build -t image-name
Example 2: docker build supress build output
docker image build -t [name] . -q
docker build -t image-name
docker image build -t [name] . -q