书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 4783 个相关结果.
  • 3.8.2 Docker Compose入门示例

    3.8.2 Docker Compose入门示例 3.8.2 Docker Compose入门示例 Compose的使用非常简单,只需要编写一个docker-compose.yml ,然后使用docker-compose 命令操作即可。docker-compose.yml 描述了容器的配置,而docker-compose 命令描述了对容器的操...
  • Create Reusable Components

    Create Reusable Components Summary Components and data passing Passing the data to and from the containerized program Producing data Advanced: Producing data in an external syste...
  • Compose 模板文件

    Compose 模板文件 build cap_add, cap_drop command configs cgroup_parent container_name deploy devices depends_on dns dns_search tmpfs env_file environment ex...
  • 使用容器

    使用容器 运行容器 Docker Compose 暴露端口 暴露正在运行的容器端口 定位 Kubernetes 命名空间 使用容器 nerdctl 是一个与 Docker 兼容的容器 CLI。nerdctl 主要用于对 Docker 中不存在的 containerd 尖端功能进行试验。 Moby 是一个由 Docker 创建的开源项目...
  • 学习使用 Appfile

    学习使用 Appfile Schema 示例流程 环境要求 1. 下载测试的 app 的源码 2. 使用命令部署 app 本地测试方式 [可选] 配置其他类型的 workload 下一步? Version: v1.0 学习使用 Appfile appfile 的示例如下: name : testapp serv...
  • Pyroscope

    Pyroscope Version: v1.8 Pyroscope Pyroscope is an open source platform, consisting of server and agent. It allows the user to collect, store, and query the profiling data in a ...
  • 构建

    构建 Zadig 构建 基本配置 构建环境 代码信息 构建变量 通用构建脚本 高级配置 更多构建步骤 Zadig 共享构建 如何配置共享构建 如何使用共享构建 Zadig 构建模板 Jenkins 构建 前提 如何使用 构建 Zadig 构建是基于容器运行时环境提供的高效云原生构建引擎,内置了常见的构建环境及软件包、缓存机...
  • 模板库

    K8s YAML 模板 Helm Chart 模板 Dockerfile 模板 构建模板 工作流模板
  • 模板库

    251 2023-05-10 《Zadig v1.17 文档》
    K8s YAML 模板 Helm Chart 模板 Dockerfile 模板 构建模板 工作流模板
  • 镜像编译-docker

    使用方式 使用示例 配置文件示例 从v2.5 版本开始,考虑到各个工具命令的解耦性,gf docker 工具命令默认不再执行二进制构建编译,而是推荐大家通过Makefile 构建脚本自行组织使用gf build, gf gen enums, gf docker 等命令结合的方式来组合使用 命令(工程项目中提供了对应的make build, make ...