找当前目录下的 dockerfile 并构建镜像。

-t 指定镜像名

docker build -t <imagesName>:<version> .

等于先创建然后进行 tag