#把当前目录的Dockerfile打包成 libre:01 容器images docker build -t libre:01 .
#当前目录的 Dockerfile 创建镜像,标签为 abc:v1 docker build -t abc:v1 .
docker build -t openresty/openresty:1.21.4.3-alpine-cn . -f Dockerfile.1.21.4.3