stilleshan/chevereto.

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

584 2 arm64 amd64

Build Information

General build information for this image

Docker Hub stilleshan/chevereto
Build Time 01 Feb 2022 15:35:49
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.3.0 01 Feb 2022 at 15:35:48

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  chevereto:
    image: stilleshan/chevereto:1.3.0
    container_name: chevereto
    restart: no

CLI

docker create \
  --name=chevereto \  --restart no \
  stilleshan/chevereto:1.3.0