Code Monkey home page Code Monkey logo

baidunetdisk-docker's Introduction

Docker版百度网盘官方Linux版客户端

适用于各种支持Docker的NAS,以及Unraid,使用百度网盘官方版Linux客户端。

如何使用:

docker run -d \ 
--name baidunetdisk \ 
-v /PATH_TO_CONFIG:/config \ 
-v /PATH_TO_DOWNLOADS:/downloads \ 
-e GROUP_ID=1000 \ 
-e USER_ID=1000 \ 
-p 5800:5800 \ 
-p 5900:5900  \ 
-e ENABLE_CJK_FONT=1 \ 
-e VNC_PASSWORD=YOUR_PASSWORD \
kevinlad/baidunetdisk-docker:latest

等待初始化完成后,可以在浏览器端打开 http://127.0.0.1:5800。也可以使用任何VNC客户端连接5900端口。

注意: 为了账户安全,建议必须设置VNC_PASSWORD参数

查看自己的USER_IDGROUP_ID :

id USERNAME

此Docker基于jlesage/baseimage-gui:debian-9,其他详细参数可参考其文档

baidunetdisk-docker's People

Contributors

kevinladlee avatar straydragon 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.