stilleshan/serverstatus.

集成美化主题的 ServerStatus 服务器监控程序 docker 镜像,新增同时支持 X86 和 ARM 架构.

73,416 22 amd64 arm64

Build Information

General build information for this image

Docker Hub stilleshan/serverstatus
Build Time 21 Jul 2022 16:09:09
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2.0 21 Jul 2022 at 16:09:09

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  serverstatus:
    image: stilleshan/serverstatus:2.0
    container_name: serverstatus
    restart: no

CLI

docker create \
  --name=serverstatus \  --restart no \
  stilleshan/serverstatus:2.0