AFAIK every NAS just uses unauthenticated connections to pull containers, I’m not sure how many actually allow you to log in even (raising the limit to a whopping 40 per hour).

So hopefully systems like /r/unRAID handle the throttling gracefully when clicking “update all”.

Anyone have ideas on how to set up a local docker hub proxy to keep the most common containers on-site instead of hitting docker hub every time?

  • interdimensionalmeme@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

    Does that mean I could rip the oci image out of a docker and run ir as an lxc?

    I much prefer dealing with lxc systems than docker even if dockers are lighterweigth.

    I feel more in control with using lxc

    • Saik0@lemmy.saik0.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 hours ago

      If you’re using just raw LXC it’s easy…

      lxc-create <<name>> -t oci -- --url docker://alpine:latest

      Will spawn an alpine docker container for instance.

      If you’re using something like proxmox though, it’s a little more annoying since there’s some work to get proxmox to add it to it’s container list.