Skip to content

hbestm/alist_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

更新到1.0.4


alist_docker

自用的alist docker部署文件

部署方法(下面操作基于linux环境,先自行安装git clone,Debian 命令为: apt-get install git clone -y)


1.克隆本项目到本地

命令:git clone 本项目

例子:git clone https://github.com/hbestm/alist_docker.git


2.可以修改conf_tmp.yml,改为你自己的内容


3.构建docker

命令:

cd alist_docker

docker build -t 你要构建的镜像名字 -f Dockerfile .

例子:docker build -t alist -f Dockerfile .

(注意:不要忘记命令末尾的那个.)

4.运行容器:

命令:docker run -d -p主机端口:容器端口 --name 容器名字 镜像名字 refresh_token 默认目录

例子:docker run -d -p5244:5244 --name alist alist 82a5cxxxxxxxdbbeb8e79e8cb95b70 root


5.打开浏览器,输入IP:5244


6.点击页面底部的rebuild


7.大功告成


后期更新可以2种方法,1,是通过docker exec -it alist bash 进到容器里面更新 2.重构容器,自行修改Dockerfile里面的相应参数,参数都有详细说明,此操作最好FORK一份,或者修改本地文件。

特别提醒:

本项目源自

  1. https://github.com/Xhofe/alist

  2. https://github.com/Xhofe/alist-web

  3. https://github.com/malaohu/alist-oneclick-deploy

About

自用的alist docker部署文件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors