All Projects → tzuhsiao → baidunetdisk-docker

tzuhsiao / baidunetdisk-docker

Licence: other
Docker化的百度云盘官方Linux客户端+VNC服务器 (Dockerized Baidu Netdisk official Linux client with VNC server)

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to baidunetdisk-docker

opcode-analysis
A set of Docker images to test out PHP code against the interpreter to see the resulting opcodes with multiple PHP versions.
Stars: ✭ 14 (-73.08%)
Mutual labels:  dockerfiles-linux
essex
Essex - Boilerplate for Docker Based Projects
Stars: ✭ 32 (-38.46%)
Mutual labels:  dockerfiles-linux
oss-client
七牛云文件仿百度网盘文件夹管理,上传下载,删除。七牛云存储,七牛云图床。桌面应用程序 windows mac
Stars: ✭ 89 (+71.15%)
Mutual labels:  baidunetdisk

Docker Size Docker Pulls

运行

docker run --name baidunetdisk \
  -v {配置文件夹}:/root/baidunetdisk \
  -v {下载文件夹}:/root/baidunetdiskdownload \
  -p {VNC端口}:5900 \
  -p {WEB端口}:6080 \
  -e VNC_SERVER_PASSWD='{VNC密码}' \
  tzuhsiao/baidunetdisk:latest

通过VNC访问

默认端口为5900,使用任何VNC客户端连接,如VNC® ViewerTightVNC

通过浏览器访问

默认端口为6080。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].