From 85c21ee4ef19f7d9d410e843e03063a6da36cdc1 Mon Sep 17 00:00:00 2001 From: Mmx233 Date: Sun, 14 Aug 2022 21:11:05 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=20docker=20=E6=8C=87?= =?UTF-8?q?=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f7f8324..5ffc217 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,16 @@ Config.json说明: 运营商类型在原网页会被自动附加在账号后,请把`@`后面的部分填入`user_type`,没有则留空(删掉默认的) +## :anchor: Docker / Kubernetes + +镜像:`mmx233/bitsrunlogin-go:latest` + +配置文件挂载至 `/data/Config.yaml`,若需更改配置文件类型,可以使用 --entrypoint 覆写启动参数 + +```shell +docker run path_to_config:/data/Config.yaml mmx233/bitsrunlogin-go:latest +``` + ## :jigsaw: 作为module使用 **\*本项目使用了AGPL V3 License,请酌情引用**