stilleshan/zfile.

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

56,140 18 unknown amd64 unknown arm64

Build Information

General build information for this image

Docker Hub stilleshan/zfile
Build Time 29 May 2023 00:24:42
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 29 May 2023 at 00:24:41

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  zfile:
    image: stilleshan/zfile:latest
    container_name: zfile
    restart: no

CLI

docker create \
  --name=zfile \  --restart no \
  stilleshan/zfile:latest