其他分享
首页 > 其他分享> > 研究玩客云时的总结

研究玩客云时的总结

作者:互联网

1. 玩客云刷写时的armbian固件,在此感谢leo357449107,以及suixin2020。
https://www.right.com.cn/forum/thread-4057492-1-1.html
我的玩客云是之前刷过其他版本的armbian的,只是该版本的armbian内核的编译选项没满足运行docker的基本条件,上面链接的作者leo在网盘中提供了满足要求的linux内核。可以直接下载更新。

2. 内核更新方法:
https://blog.csdn.net/weixin_31796803/article/details/116819250

3. docker安装:
https://docs.docker.com/engine/install/

curl -fsSL get.docker.com -o get-docker.sh
sudo sh get-docker.sh --mirror Aliyun

4. 如何挂载移动设备:
https://blog.csdn.net/xiaotuwai8/article/details/115498213

5. 安装可道云:
入口:https://www.right.com.cn/forum/forum.php?mod=viewthread&tid=4071968
详见:https://hub.docker.com/r/dennischancs/kodexplorer
docker pull dennischancs/kodexplorer

docker run -d \
  --name kodexplorer \
  --hostname=kodexplorer \
  -p 5210:5210 \
  -p 5218:5218 \
  -v /your_path/koddata:/koddata \
  -v /var/media/ssdDATA:/koddata/Group/public/home/ssdDATA \
  --restart unless-stopped \
  dennischancs/kodexplorer

在run时要注意挂载volume的位置。

6. ios端使用:
需要在appstore里下kodExplorer这个软件。

标签:总结,云时,--,dennischancs,kodexplorer,https,docker,玩客,com
来源: https://www.cnblogs.com/InspirationPlace/p/16322748.html