A baidu netdisk client docker based on ubuntu-desktop-lxde-vnc
-
download the dockerfile
-
build
docker build -t bdnetdisk-linux .
- run
docker run -d -p 6080:80 --name bdnetdisk -v /dev/shm:/dev/shm -v /root/you_want_to_share:/root/Desktop bdnetdisk-linux
You can access the desktop with access 127.0.0.1:6080
If the baidu netdisk would get stuck when log in for sometime, just rm it and start a new container.