xuyin98 发表于 2023-9-11 00:26:49

关于自身需求,迅雷+Jellyfin 的问题

设备是刚买的MT3000,使用原生istore。本人需求很低,想装一个迅雷和Jellyfin。从商店里安装迅雷,配置文件路径没动,改了一下下载路径,设置成硬盘的。然后安装,提示失败。请问如何解决?
***************************
docker pull cnk3x/xunlei:latest
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
docker run --restart=unless-stopped -d -h GL-MT3000   -v "/tmp/mountd/disk1_part1/Configs/Xunlei:/xunlei/data"   -v "/tmp/mountd/disk1_part1/lost+found/xunlei:/xunlei/downloads" --privileged   --dns=172.17.0.1   -p 2345:2345-e TZ=Asia/Shanghai --name xunlei "cnk3x/xunlei:latest"
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.

***************************
安装Jellyfin也是提示安装错误。
***************************
docker pull jellyfin/jellyfin
Using default tag: latest
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
docker run --restart=unless-stopped -d -v "/tmp/mountd/disk1_part1/Configs/Jellyfin:/config"   --dns=172.17.0.1   -p 8096:8096-e TZ=Asia/Shanghai -v "/tmp/mountd/disk1_part1/Caches/Jellyfin:/config/transcodes" -v "/tmp/mountd/disk1_part1/lost+found:/media" -v /mnt:/mnt --name jellyfin "jellyfin/jellyfin"
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.

***************************

请问怎么解决啊,顺带补充一句拍死我运行正常。

weifile 发表于 2023-9-24 12:24:40

Docker daemon没有安装成功。调用docker失败
页: [1]
查看完整版本: 关于自身需求,迅雷+Jellyfin 的问题