书栈网 · BookStack 本次搜索耗时 0.008 秒,为您找到 4781 个相关结果.
  • Dockerfile 模板

    Dockerfile 模板 新建模板 使用模板 查看引用列表 Dockerfile 模板 背景 Dockerfile 模板能力,支持用户将通用的镜像构建步骤包装成模板,最大程度地减少重复构建配置工作,暂不支持在主机项目中使用。 新建模板 小贴士 Dockerfile 模板在整个系统内均有效,可被应用到不同的项目中使用。 依次访问项目 ...
  • Dockerfile Locations

    Dockerfile Locations Feedback Dockerfile Locations Where to find the Dockerfiles for all of Kubeflow’s images Image Name Dockerfile Location tf_operator https://github.com/ku...
  • Dockerfile 模板

    118 2024-06-16 《Zadig v3.0 文档》
    Dockerfile 模板 新建模板 使用模板 查看引用列表 Dockerfile 模板 背景 Dockerfile 模板能力,支持用户将通用的镜像构建步骤包装成模板,最大程度地减少重复构建配置工作,暂不支持在主机项目中使用。 新建模板 小贴士 Dockerfile 模板在整个系统内均有效,可被应用到不同的项目中使用。 依次访问资产管...
  • Embed in Dockerfile

    Embed in Dockerfile Embed in Dockerfile Scan your image as part of the build process by embedding Trivy in the Dockerfile. This approach can be used to update Dockerfiles curren...
  • Dockerfile 模板

    253 2022-04-09 《Zadig v1.8.0 文档》
    新建 Dockerfile 模板 查看 Dockerfile 模板引用列表 背景 Dockerfile 模板能力,支持用户将通用的镜像构建步骤包装成模板,最大程度地减少重复构建配置工作,暂不支持在主机项目中使用。 新建 Dockerfile 模板 依次访问项目 -模板库 -Dockerfile ,点击+ 按钮后输入 Dockerfile 模板名...
  • Dockerfile 模板

    287 2022-03-18 《Zadig v1.7.1 文档》
    新建 Dockerfile 模板 查看 Dockerfile 模板引用列表 背景 Dockerfile 模板能力,支持用户将通用的镜像构建步骤包装成模板,最大程度地减少重复构建配置工作,暂不支持在主机项目中使用。 新建 Dockerfile 模板 依次访问项目 -模板库 -Dockerfile ,点击+ 按钮后输入 Dockerfile 模板名...
  • Dockerfile 模板

    331 2021-11-10 《Zadig v1.6 文档》
    新建 Dockerfile 模板 查看 Dockerfile 模板引用列表 背景 在 Zadig v1.6.0 及以上版本中提供了 Dockerfile 模板能力,支持用户将通用的镜像构建步骤包装成模板,最大程度地减少重复构建配置工作。 新建 Dockerfile 模板 依次访问项目 -模板库 -Dockerfile ,点击+ 按钮后输入 Do...
  • Dockerfile Locations

    Dockerfile Locations Dockerfile Locations Where to find the Dockerfiles for all of Kubeflow’s images Image Name Dockerfile Location tf_operator https://github.com/kubeflow/tf-...
  • Migrating from Dockerfile

    Migrating from Dockerfile Migrating to ko Migrating from Dockerfile If your Dockerfile looks like either of the examples in the official tutorial for writing a Dockerfile to ...
  • Dockerfile 指令详解

    Dockerfile 指令详解 Dockerfile 指令详解 我们已经介绍了 FROM ,RUN ,还提及了 COPY , ADD ,其实 Dockerfile 功能很强大,它提供了十多个指令。下面我们继续讲解其他的指令。