提交 b81fb1a5 编写于 作者: H hjdhnx

md

上级 9af6dc23
##### alist挂载七牛云
[b站教程](https://www.bilibili.com/video/av256523775/)
#### 更新alist
```shell
docker ps -a #查看容器(找Alist容器的ID)
docker stop ID #停止Alist运行,不然无法删除(这次Alist容器的ID是d429749a6e69,每一次安装都不一样自己看)
docker rm ID #删除Alist容器(数据还在只要你不手动删除)
docker pull xhofe/alist:latest
docker run -d --restart=always -v /etc/alist:/opt/alist/data -p 5244:5244 -e PUID=0 -e PGID=0 -e UMASK=022 --name="alist" xhofe/alist:latest
```
### 查看alist管理员信息
```shell
docker exec -it alist ./alist admin
```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册