'What is the difference between "docker image build" and "docker build"?

I am studying Docker now and it seems "docker image build" and "docker build" work in the same way.

  1. Are they totally the same?
  2. Is there a way to check Question 1?
  3. Why are there two identical commands (if they are the same)?


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source