• 使用Dockerfile工作流程
      • mkdir build
      • cd build
      • 编写DockerfiIe
    • docker build -t imagename Dockerfile所在目录