20190821: 更新到3.6.11版 (amd64, arm64架构自适应) , F5刷新或关闭浏览器再打开不会丢失任务显示
1M+
mod by HuangYeWuDeng
thanks to: @liuzhuoling2011 @iikira @DrWindays
| container | description |
|---|---|
| /app/Downloads | the directory to save downloaded files |
| /app/.config/BaiduPCS-Go | the directory to save config file |
| name | default value | description |
|---|---|---|
| PUID | 1000 | run as uid |
| PGID | 1000 | run as gid |
| UMASK_SET | 000 | umask for app running user |
| WEB_PORT | 5299 | http or https listen port |
| container | description |
|---|---|
/app/.config/BaiduPCS-Go/pcs_config.json | config file |
assume the dir map: /media/wd3t/baidupcs ← /app/Downloads
/media/wd3t/baidupcs-config ← /app/.config/BaiduPCS-Go
docker run -d \
--name=baidupcs \
--restart always \
-v /media/wd3t/baidupcs:/app/Downloads \
-v /media/wd3t/baidupcs-config:/app/.config/BaiduPCS-Go \
-p 5299:5299 \
80x86/baidupcs:latest
assume the dir map:
/home/hacklog/Downloads ← /app/Downloads
/home/hacklog/.config/baidupcs ← /app/.config/BaiduPCS-Go
docker run -d \
--name=baidupcs \
--restart always \
-v /home/hacklog/Downloads:/app/Downloads \
-v /home/hacklog/.config/baidupcs:/app/.config/BaiduPCS-Go \
-p 5299:5299 \
80x86/baidupcs:latest
once the container is running successfully, just open:
http://localhost:5299 or http://your-host-IP:5299
Content type
Image
Digest
Size
10.2 MB
Last updated
about 7 years ago
docker pull 80x86/baidupcs