build

 

2023-11-04

根据 Dockerfile 构建 Docker 镜像。

Terminal window
1
docker build [options] PATH

参数:

  • -t:指定名称
  • -f:指定 Dockerfile 路径
  • —no-cache:禁用缓存