stilleshan/kms.

基于 KMS 项目的 docker 镜像,新增同时支持 X86 和 ARM 架构.

1,158 5 arm64 amd64

Build Information

General build information for this image

Docker Hub stilleshan/kms
Build Time 11 Nov 2022 03:31:37
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2022-11-11 11 Nov 2022 at 03:31:37

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  kms:
    image: stilleshan/kms:2022-11-11
    container_name: kms
    restart: no

CLI

docker create \
  --name=kms \  --restart no \
  stilleshan/kms:2022-11-11