1panel

  • 使用1Panel部署KMS服务器

    使用Dockerfile构建镜像 打开1Panle,点击 容器 → 镜像 → 构建镜像 输入如下内容,等待镜像构建完成 FROM alpine:latest as builder WORKDIR /root RUN apk add –no-cache git make build-base && git clo…

    2024年9月7日
    5970