#把当前目录的Dockerfile打包成 libre:01 容器images
docker build -t libre:01 .

使用当前目录dockerfile编译镜像

#当前目录的 Dockerfile 创建镜像,标签为 abc:v1
docker build -t abc:v1 .

指定Dockerfile文件名

docker build  -t openresty/openresty:1.21.4.3-alpine-cn   .  -f Dockerfile.1.21.4.3