镜像概览

完整引用
docker.io/openziti/hello-world
Registry
docker.io
命名空间
openziti
仓库
hello-world
已缓存 Tag 数
3
最近同步
07/05/2026, 08:40 AM

简介

OpenZiti Hello World 演示镜像,零信任网络 SDK 示例服务,OpenZiti 覆盖网络连通性验证与入门测试。

详细介绍

openziti/hello-world 提供 OpenZiti 零信任网络 SDK 演示 HTTP 服务,用于验证 Ziti 覆盖网络连通性与 SDK 集成。定位为 OpenZiti 入门测试服务;Ziti 网络部署验证、SDK 集成测试或零信任网络概念演示。

快速启动

docker run -d --name ziti-hello \
  -p 8080:8080 \
  docker.io/openziti/hello-world:latest

推荐实践

# 通过 Ziti 覆盖网络访问,非直接暴露端口
# ziti edge create service hello-world

核心参数说明

  • 用途 — OpenZiti 连通性验证
  • 访问 — 通过 Ziti 网络,非公网
  • 配对 — OpenZiti Controller/Router
  • 部署 — 随 Ziti 栈 Manifest 部署

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: ziti-hello-world
spec:
  replicas: 1
  selector:
    matchLabels:
      app: ziti-hello-world
  template:
    metadata:
      labels:
        app: ziti-hello-world
    spec:
      containers:
        - name: hello
          image: docker.io/openziti/hello-world:latest
          ports:
            - containerPort: 8080
---
apiVersion: v1
kind: Service
metadata:
  name: ziti-hello-world
spec:
  selector:
    app: ziti-hello-world
  ports:
    - port: 8080
      targetPort: 8080

通过 Ziti Service 绑定访问。

最新 Tag(20 条)

查看全部 3 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/openziti/hello-world
:latest
linux/amd64linux/arm64linux/arm/v7
2023/09/06 04:262.1 MBsha256:8a55ba9f68ee
docker.io/openziti/hello-world
:v1
linux/amd64linux/arm64linux/arm/v7
2023/09/06 04:262.1 MBsha256:8a55ba9f68ee
docker.io/openziti/hello-world
:1.0.2
linux/amd64linux/arm/v7linux/arm64
2023/09/06 04:262.1 MBsha256:8a55ba9f68ee