Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

rabbitwx

Members
  • Joined

  • Last visited

  1. 是的只有拉取docker镜像的时候走代理,我又找到了另一个方法用阿里云自己建一个库但是没这个方便
  2. 贴吧看到一个可以挂代理的方法 docker pull是基于dockerd的网络环境,解决方法:1.直接把unraid整个接全局科学,这样会影响ip敏感的pt之类或公网同步之类的服务;2.结合旁路由规划docker容器和unraid网络进行代理分流;3.单独给dockerd加个代理,这样拉镜像docker pull就走这个代理了,不会影响其他容器网络 以3为例 1.unraid docker启动脚本位置在/usr/local/etc/rc.d/rc.docker在webui上的docker操作都会调用这个shell脚本 2.打开rc.docker文件在533行有启动命令nohup $UNSHARE --propagation slave -- $DOCKER -p $DOCKER_PIDFILE $DOCKER_OPTS >>$DOCKER_LOG 2>&1 & 3.在nohup后面增加env https_proxy=http://梯子:端口 http_proxy=http://梯子:端口 vi /usr/local/etc/rc.d/rc.docker 键盘↓找到启动命令,键盘➡移动光标到nohup后,按 i 进入编辑模式,增加完对应参数后按 esc 推出编辑模式,按 : 后输入 wq 然后回车,这样就保存退出了 或者用自己现有的文件管理器filebowser之类的编辑 5.在web页面 - setting - docker - enabled docker 把docker no掉再yes打开,重启下docker让环境变量生效 6.像往常一样更新镜像 我用prpxy插件没用但是这样有用
  3. 有没有大佬研究下这个咋用 public-image-mirror ,好像能加速
  4. 我也是这样的,手动拉取提示超时报错,应用商店拉取数据总量是0,镜像啥的都删掉了,代理也用了但是解决不了,就差重装系统了

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.