Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

我想知道在docker中 debian11 + x11vnc + novnc具体搭配配置的操作步骤? #190

Answered by ghost
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

在 arm64 树莓派 4 B 1.1 上使用 docker 容器启动百度网盘使用 novnc 远程访问

用途

1、当你有了一个 arm64 的设备,你又不想让它吃灰
2、当你不是会员,却还想每天开着电脑下载
3、为了省电,毕竟你的 x86_64 台式电脑可不是一天24小时开机的,那得多费电,在我老家黑龙江,省电省水很重要。。。
5、其实稍微改改在替换几个安装包 x86_64 的系统也可以使用呢!!好神奇啊!!!
6、emm,以后想到再说,现在,我要去想想再构建点什么有意思的东西 @_@ ...

获取镜像

docker pull debian:11

启动个容器测试可以持久化到 docker-compose

docker create -it \
            --name 'debian-baidunetdisk-v1.0-container' \
            --restart 'always' \
            --env NOVNC_PORT=36081 --env VNC_PORT=5903 --env VNC_PASSWORD=123457 \
            -p 36080:36081 -p 5902:5903 \
            -v ../docker-container/baidunetdisk/baidunetdiskdownload:/baidunetdiskdownload:rw \
            -v ../docker-container/baidunetdisk/config:/c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
0 participants