无论是直装还是docker版本,可能都需要科学环境。
直装是要从github拉取文件,科学环境更流畅
docker因为近期国内关闭了很多镜像源,可能需要自己修改镜像源或使用科学环境
bash <(curl -sL https://gitlab.com/hdbjlizhe/autman/-/raw/main/autMan.sh?inline=false)
安装docker版本的autMan
由于docker被墙,直接拉不下来,需要使用加速,以下为部分加速地址
https://docker.registry.cyou
https://docker-cf.registry.cyou
https://dockerpull.com
https://dockerproxy.cn
https://docker.1panel.live
https://hub.rat.dev
https://docker.anyhub.us.kg
https://docker.chenby.cn
https://dockerhub.icu
https://docker.awsl9527.cn
https://dhub.kubesre.xyz
https://docker.hlyun.org
【有梯子,直接运行】此处安装的文件目录为/root/autman
docker run -d --name autman --restart always --network=host -v /root/autman:/autMan hdbjlizhe/autman:latest
【没有梯子,加代理docker.hlyun.org】此处安装的文件目录为/root/autman
docker run -d --name autman --restart always --network=host -v /root/autman:/autMan docker.hlyun.org/hdbjlizhe/autman:latest
【群晖docker,有梯子】此处安装的文件目录为volume1/autman
docker run -d --name autman --restart always --network=host -v /volume1/autman:/autMan hdbjlizhe/autman:latest
【群晖docker,加代理docker.hlyun.org】此处安装的文件目录为/root/autman
docker run -d --name autman --restart always --network=host -v /volume1/autman:/autMan docker.hlyun.org/hdbjlizhe/autman:latest
【自定义端口,有梯子】
docker run -d --name autman --restart always --network=host -e autPort=8080 -v /root/autman:/autMan hdbjlizhe/autman:latest
【自定义端口,没梯子】
docker run -d --name autman --restart always --network=host -e autPort=8080 -v /root/autman:/autMan docker.hlyun.org/hdbjlizhe/autman:latest