Giter Club home page Giter Club logo

alist_docker's Introduction

更新到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

alist_docker's People

Contributors

hbestm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.