Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows WSL Docker 支持全家桶脚本 #230

Closed
Nobbyte opened this issue Oct 24, 2024 · 3 comments
Closed

Windows WSL Docker 支持全家桶脚本 #230

Nobbyte opened this issue Oct 24, 2024 · 3 comments

Comments

@Nobbyte
Copy link

Nobbyte commented Oct 24, 2024

下面以 WSL UbuntuDocker Desktop 为例

  • WSL2 下安装 Ubuntu
  • Docker Desktop设置 Resources -> WSL integration 选中 Ubuntu 保存
  • 打开 Ubuntu 终端 sudo -i 切换到root即可执行全家桶脚本

Tips

Ubuntu可直接访问Windows的文件
比如C盘就是/mnt/c/
可在Windows本地创建目录映射到容器中

例:
在E盘创建xiaoya文件夹
安装小雅目录可设置为 /mnt/e/xiaoya/alist
Emby全家桶挂载目录不能设置win盘 直接使用系统目录

Warn

安装时不要选择扫码添加Token,会出现端口打不开的情况
对于fuckaliyun (转换tv端token) 可以选择手动运行容器

fuckaliyun

docker run -d \
  --name aliyuntvtoken \
  --publish 34256:34256 \
  --env LANG=C.UTF-8 \
  --volume /mnt/e/your_xiaoya:/data \
  --net default \
  ddsderek/xiaoya-glue:python /aliyuntvtoken/alitoken2.py
@wlrwx
Copy link

wlrwx commented Oct 24, 2024

我也是这么搞的,之前没安装emby一切正常,解压了一天的emby,现在localhost也打不开了,127.0.0.1也打不开了,192.168.x.x也打不开了,哎……

@wlrwx
Copy link

wlrwx commented Oct 24, 2024

强烈建议fuckaliyun可以选择手动填写aliyuntvtokun。

@DDSDerek DDSDerek pinned this issue Nov 17, 2024
@DDSDerek
Copy link
Contributor

目前扫码容器可以去高级配置里面选择使用bridge网络模式,理论上可以正常使用扫码了,感谢提出解决方法!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants