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

关于docker安装配置的问题 #78

Closed
leecoooo opened this issue Feb 1, 2021 · 5 comments
Closed

关于docker安装配置的问题 #78

leecoooo opened this issue Feb 1, 2021 · 5 comments

Comments

@leecoooo
Copy link

leecoooo commented Feb 1, 2021

能不能具体说下这个docker是怎么build的?我想在群晖上的内置docker里面装

@leecoooo
Copy link
Author

leecoooo commented Feb 3, 2021

研究了下

在群晖的 SSH 进入 StreamerHelper 文件夹
然后先 build
docker build -t stream:v1 .

再运行容器
docker run --name stream -itd -v /volume1/docker/StreamerHelper/templates/info.json:/app/templates/info.json -v /volume1/docker/StreamerHelper/download:/app/download --dns 114.114.114.114 --restart always stream:v1

@zsnmwy
Copy link
Contributor

zsnmwy commented Feb 3, 2021

不需要build。
原有指南中的镜像,已经支持了 ARM以及 X86。
只需要挂载需要的目录到对应的位置即可。

@leecoooo
Copy link
Author

leecoooo commented Feb 5, 2021

不需要build。
原有指南中的镜像,已经支持了 ARM以及 X86。
只需要挂载需要的目录到对应的位置即可。

懂了,谢谢说明

@leecoooo
Copy link
Author

leecoooo commented Feb 9, 2021

群晖不行,一定要有镜像在本地,还是需要build一次。
估计跟群晖自带的docker相性不太合,录制时疯狂中断,分了几十p。

@zsnmwy
Copy link
Contributor

zsnmwy commented Feb 9, 2021

群晖不行,一定要有镜像在本地,还是需要build一次。
估计跟群晖自带的docker相性不太合,录制时疯狂中断,分了几十p。

与群晖无关。项目bug。

@umuoy1 umuoy1 closed this as completed May 2, 2024
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