January 1, 20242 yr Author 执行命令docker run -d --name='transmission' --net='bridge' -e TZ="Asia/Taipei" -e HOST_OS="Unraid" -e HOST_HOSTNAME="LN-Unraid" -e HOST_CONTAINERNAME="transmission" -e 'TRANSMISSION_WEB_HOME'='/transmission-web-control/' -e 'USER'='admin' -e 'PASS'='lining123' -e 'PEERPORT'='51413' -e 'HOST_WHITELIST'='dnsname list' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='022' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:9091]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/transmission-logo.png' -p '9091:9091/tcp' -p '51413:51413/tcp' -p '51413:51413/udp' -v '/mnt/user/media/':'/media':'rw' -v '/mnt/user/media/watch/':'/watch':'rw' -v '/mnt/user/appdata/transmission':'/config':'rw' 'lscr.io/linuxserver/transmission' ac49fd0846334a5aeb853acc40a7a0b7d9ac5496776b0579fe063e715f77ee5b docker: Error response from daemon: error while creating mount source path '/mnt/user/appdata/transmission': mkdir /mnt/user/appdata/transmission: no space left on device. 命令失败.
January 1, 20242 yr Solution 根据提供的信息,是由于 nvidia 插件造成的,你可以先删除此插件再重新安装。 升级前的准备工作参考:https://www.jackiewu.top/article/notes-before-upgrading-to-unaid-version 6.12-and-realtek-2.5G-nic-problem 8 hours ago, unraid宁 said: 换回6.11.5了。受不了这么多随机性BUG不测试就放出来害人。真服了 参考: Edited January 1, 20242 yr by JackieWu
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.