this post was submitted on 21 Feb 2025
259 points (100.0% liked)

Selfhosted

60542 readers
580 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the link in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post. )

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] Saik0Shinigami@lemmy.saik0.com 1 points 1 year ago (1 children)
[–] interdimensionalmeme@lemmy.ml 1 points 1 year ago (1 children)

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

[–] Saik0Shinigami@lemmy.saik0.com 1 points 1 year ago (1 children)

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.

[–] interdimensionalmeme@lemmy.ml 1 points 1 year ago

Great, I'll try with docker-mailserver, which I'm running inside docker inside a debian lxc