概要
- フル名
docker.io/chisbread/chislash- Registry
- docker.io
- 名前空間
- chisbread
- リポジトリ
- chislash
- キャッシュ Tag 数
- 1
- 最終同期
- 07/06/2026, 05:13 AM
概要
ChiSlash Clash 代理内核镜像,提供 HTTP/SOCKS 混合代理与规则分流,适合内网透明网关或开发环境出口。
詳細
chisbread/chislash 运行 Clash Meta 内核,加载订阅或本地 yaml 规则转发流量。定位为无状态网络代理服务,挂载 config volume 与 7890/7891 端口;K8s Deployment 内网代理或 docker 网关部署。
快速启动
docker run -d --name chislash \
-p 7890:7890 -p 7891:7891 \
-v $(pwd)/config.yaml:/root/.config/clash/config.yaml \
docker.io/chisbread/chislash:latest
推荐实践
docker run -d --name chislash \
--restart unless-stopped \
-p 7890:7890 -p 7891:7891 \
-v /opt/clash/config.yaml:/root/.config/clash/config.yaml:ro \
docker.io/chisbread/chislash:1.0.0
核心参数说明
-p 7890:7890— HTTP/Mixed 代理端口-p 7891:7891— SOCKS5 端口-v .../config.yaml:...— Clash 规则配置- 合规 — 仅限授权内网使用
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: chislash
spec:
replicas: 1
selector:
matchLabels:
app: chislash
template:
metadata:
labels:
app: chislash
spec:
containers:
- name: clash
image: docker.io/chisbread/chislash:1.0.0
ports:
- containerPort: 7890
- containerPort: 7891
volumeMounts:
- name: config
mountPath: /root/.config/clash/config.yaml
subPath: config.yaml
volumes:
- name: config
configMap:
name: chislash-config
---
apiVersion: v1
kind: Service
metadata:
name: chislash
spec:
selector:
app: chislash
ports:
- name: http
port: 7890
- name: socks
port: 7891
内网 ClusterIP;订阅 URL Secret 管理。
最新 Tag(20 件)
すべての 1 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/chisbread/chislash :latest | linux/amd64linux/arm/v7linux/arm64 | 2023/01/09 23:20 | 69.8 MB | sha256:8ad2dc885d30… |