I recently containerized my home lab with Kubernebtes, I went with microk8s running HA and then I templated out my services with helm charts and used terraform to configure things how I like it, and I use ArgoCd for deploying my helm charts. My previous setup was ESXI hypervisor based with VMS. I do use proxmox to create my k8s nodes but now I'm fully containerized
I am new to docker, I did not understand the benefit of using (by example) plex as docker container and not to install directly in the home server thanks for your advice.
My open-webui Docker container failed to start properly via a LXC container. (Needed to try and run it through a LXC container as it is sharing a single RTX A2000 between at least 4 other LXC containers.) Plus, trying to get 100 Gbps Infiniband to play nicely with LXC containers and Docker containers has been a colossal pain. (SR-IOV had been enabled, but I haven't found a good/clean way to pass the SR-IOV VFs from the host to a LXC container, and then onto a Docker container.)
haha im in the same boat, theres pipework you can look into for VFs into containers but i need to spend more time getting it going, its a topic i need to revisit too
@@mrpops2ko Thank you. I appreciate that. I'll have to take a look at it. My Mellanox ConnectX-4 cards, thankfully, were dual VPI ports, 100 Gbps, meaning that I did experiment with setting one of the two ports as using LINK_TYPE=2 (ETH) rather than LINK_TYPE=1 (IB), so I just connected my two Ryzen 5950X nodes up together with a point-to-point network. The host was able to do a total of 8 parallel streams, which summed up to 96.9 Gbps transfers out of a possible 100 Gbps, but within the CT, it can only barely muster 23.0 Gbps (also with 8 parallel streams) via a Linux Network Bridge (which apparently, you can only create for ethernet networks). So there's definitely something going on there. I don't know enough about it to be able to dig deeper into the root cause analysis, but that is what got me looking at potentially deploying or trying to deploy Canonical's LXD, because there is supposed to be an option to pass SRIOV network interfaces to the containers. *shrug* I'll have to see on that one.
I love it! Actually I covered this in detail a while back on how I transitioned to mailrise for notifications: ruclips.net/video/Cj7A46NuACA/видео.html
I've been using it for awhile now too, love it. Although I'm running it on a separate Ubuntu VM. Might save myself some resources and move it over to my Docker VM 😎
@@jeroboam4486 I have been using immich for a year now. Went through so called breaking changes that just make your service stop working until you handle it. Haven't lost a photo or metadata. So do not be scared of so called breaking changes
hi there are lots of videos about those containers w/portainer etc. but i cant find how to backup safely those containers with the data can you prepare a video about that?
I love trying new stuff. but i keep getting slapped around by most of these apps clashing on ports and other stuff i can't figure out how to fix. meaning they all try to use the same adminpanel port and becoming unavailible. Could you in any way make a guide on how to install stuff like ad guard and avoid the port clashes and how to acess the panel afterwards. cause stuff is not working out for me
I am not sure what docker is exactly and if I use windows 11 and i have a new 17 inch chromebook and a mini PC what could I benefit from if I had Docker? Any help would be greatly appreciated 🙏 Thanks Kindly
@@teteufn because jellyfin started from emby I remember reading that somebody took the codebase of emby and created jellyfin. i use both jelly when I am local and plex out
Personally I prefer nextdns over pihole and adguard home. It may be on the cloud (at least the most of it), but it has plenty of features that makes it up compared to its competitors.
Kasm is really awesome! In "media stream" apps, im trully impress with Jellyfin, im use a cople of months and dont disapointed. Nice review Brandon! Thanks as usual!
Jellyfin is a fork of emby when they changed their licence and went closed source... A bit funny to showcase both of them (3 media serving competitors with plex).
@@TitoLukason didn't say they are the same software. They both work technically the same (DNS Blocking) and support the same block lists. So if you use the same block lists you won't notice a difference in the ad blocking experience. As I already said the UI and the configuration is different.
For me Pi-Hole is better, end of story... Adguard is a company, company will always benefit of something...and ph is done by bunch of folkes, all that bonkers from adguard website is just crap, I mean that comparison of features adguard vs ph, it's just company crap...anyway, you use whatever crap u like, I stick with pihole, anyway got two instances anyway virtualized, gravity synced...third instance is on thinclient just in case proxmox dies..
Decent video, but most of these docker containers, are mentioned very often in the subreddit, /r/selfhosted. I was hoping for some more unique or different docker containers.
@chromerims thank you for that....I definitely didn't feel like putting out a video this week, but I know my dad would have wanted me to be strong and keep on going. So, this is for him. Thank you for your kind comment, much appreciated.
I'm getting really sick of these repetitive lists. I wish someone would do an actual up-to-date list with actual new apps, instead of hearing about plex and jellyfin for the 99999th time.
Hello, I was looking at your video channel. We may be helping a company that uses secure images to increase supply chain security and help cloud native development. Would you be willing to help try their software, make a video, and help show devs how to use their tools? This is not an offer, but just to start a conversation about your willingness to take on sponsorship. Please provide me with your email if you are interested. You'd have a chance to look at their technology and decide if it's the type of software that you'd be interested in covering in your channel.
I recently containerized my home lab with Kubernebtes, I went with microk8s running HA and then I templated out my services with helm charts and used terraform to configure things how I like it, and I use ArgoCd for deploying my helm charts.
My previous setup was ESXI hypervisor based with VMS. I do use proxmox to create my k8s nodes but now I'm fully containerized
Would be great to see a video / tutorial
I am new to docker, I did not understand the benefit of using (by example) plex as docker container and not to install directly in the home server
thanks for your advice.
Biggest L for me is that Plex thinks LAN connections are over the internet so caps streams to 2Mbps
My open-webui Docker container failed to start properly via a LXC container.
(Needed to try and run it through a LXC container as it is sharing a single RTX A2000 between at least 4 other LXC containers.)
Plus, trying to get 100 Gbps Infiniband to play nicely with LXC containers and Docker containers has been a colossal pain.
(SR-IOV had been enabled, but I haven't found a good/clean way to pass the SR-IOV VFs from the host to a LXC container, and then onto a Docker container.)
haha im in the same boat, theres pipework you can look into for VFs into containers but i need to spend more time getting it going, its a topic i need to revisit too
@@mrpops2ko
Thank you.
I appreciate that.
I'll have to take a look at it.
My Mellanox ConnectX-4 cards, thankfully, were dual VPI ports, 100 Gbps, meaning that I did experiment with setting one of the two ports as using LINK_TYPE=2 (ETH) rather than LINK_TYPE=1 (IB), so I just connected my two Ryzen 5950X nodes up together with a point-to-point network.
The host was able to do a total of 8 parallel streams, which summed up to 96.9 Gbps transfers out of a possible 100 Gbps, but within the CT, it can only barely muster 23.0 Gbps (also with 8 parallel streams) via a Linux Network Bridge (which apparently, you can only create for ethernet networks).
So there's definitely something going on there.
I don't know enough about it to be able to dig deeper into the root cause analysis, but that is what got me looking at potentially deploying or trying to deploy Canonical's LXD, because there is supposed to be an option to pass SRIOV network interfaces to the containers.
*shrug*
I'll have to see on that one.
Make a video of it
Please
there are few that i still haven't tried from your list. thanks for curating this docker container list!
No reverse proxy ?
My IT dream right now is to get a K3s or Rancher setup running and mailrise is among the first i want to get up and running!
Jellyfin > Plex & Emby. I’m hosting all three, Jellyfin lets you tinker deeper with the transcoding settings.
What if it is to stream on a Samsung TV with tizen? I have plex just because of this, I have it linked to sonarr and radarr
Plex comes with Synology NAS. I’ve used it for a while. Pretty good.
i prefer Pihole in LXC, dunno why pihole on docker just doesn't catch me, seems like have more control, specially with unbind...
Agree and I do the same
Need to give immich some love!! ❤️❤️❤️
He has the best ai image Recognition software
Finally someone mentions mailrise!
I love it! Actually I covered this in detail a while back on how I transitioned to mailrise for notifications: ruclips.net/video/Cj7A46NuACA/видео.html
I've been using it for awhile now too, love it. Although I'm running it on a separate Ubuntu VM. Might save myself some resources and move it over to my Docker VM 😎
Lol at Gittea pronunciation. GIT + Tea. Sounds like giddy
Whoa! Mailrise is cool, I've got lots of old stuff that only speaks SMTP
I’d add Immich to the list, amazing photo app.
Immich is alpha software and will push breaking changes when they feel like it.
@@jeroboam4486 I have been using immich for a year now. Went through so called breaking changes that just make your service stop working until you handle it. Haven't lost a photo or metadata. So do not be scared of so called breaking changes
immich seems amazing (I currently have Google photos) but I had issues getting it up and running unfortunately
hi there are lots of videos about those containers w/portainer etc. but i cant find how to backup safely those containers with the data
can you prepare a video about that?
restic or duplicati
I love trying new stuff. but i keep getting slapped around by most of these apps clashing on ports and other stuff i can't figure out how to fix. meaning they all try to use the same adminpanel port and becoming unavailible. Could you in any way make a guide on how to install stuff like ad guard and avoid the port clashes and how to acess the panel afterwards. cause stuff is not working out for me
Deockge for spining up Docker compose containers
I am not sure what docker is exactly and if I use windows 11 and i have a new 17 inch chromebook and a mini PC what could I benefit from if I had Docker?
Any help would be greatly appreciated 🙏
Thanks Kindly
Hi,
Just stumbled upon your channel, and I subscribed immediately after seeing one video!
Jellyfin > Plex
for sure, now im testing the Emby, its such the same as jellyfin.
@@teteufn because jellyfin started from emby
I remember reading that somebody took the codebase of emby and created jellyfin.
i use both jelly when I am local and plex out
Personally I prefer nextdns over pihole and adguard home. It may be on the cloud (at least the most of it), but it has plenty of features that makes it up compared to its competitors.
Kasm is really awesome! In "media stream" apps, im trully impress with Jellyfin, im use a cople of months and dont disapointed. Nice review Brandon! Thanks as usual!
Jellyfin is a fork of emby when they changed their licence and went closed source... A bit funny to showcase both of them (3 media serving competitors with plex).
In your opinion, which one is better for a superior blocking experience: Pi-hole or AdGuard Home?
Pihole, been using it for years now, set it and forget it
Both are pretty much the same.
Only the UI is different.
@@BeamDeam dunt be ridiculous, they different piece of software
@@TitoLukason didn't say they are the same software.
They both work technically the same (DNS Blocking) and support the same block lists. So if you use the same block lists you won't notice a difference in the ad blocking experience.
As I already said the UI and the configuration is different.
For me Pi-Hole is better, end of story...
Adguard is a company, company will always benefit of something...and ph is done by bunch of folkes, all that bonkers from adguard website is just crap, I mean that comparison of features adguard vs ph, it's just company crap...anyway, you use whatever crap u like, I stick with pihole, anyway got two instances anyway virtualized, gravity synced...third instance is on thinclient just in case proxmox dies..
How is your voice so perfect with all the background noise you must have in your room ? Legit question !
I'm going to guess a dynamic mic over a condenser mic potentially
he gargles 2 yolks before each video
great video, excited to dive in!
Great video, you missed Bunkerweb tho
nice list of apps, I. will try some of them
@louchitchat awesome! Let me know which ones you like!
Decent video, but most of these docker containers, are mentioned very often in the subreddit, /r/selfhosted. I was hoping for some more unique or different docker containers.
Here's two I found recently that I have been looking for so long.
- Umami (Google analytics alternative)
- Planka (Trello clone)
Why are redditors always like this?
Nice work! Thanks for sharing!
Thank you for being here in the midst of loss. Even though you don't have to be.
@chromerims thank you for that....I definitely didn't feel like putting out a video this week, but I know my dad would have wanted me to be strong and keep on going. So, this is for him. Thank you for your kind comment, much appreciated.
@@VirtualizationHowto You are.
From the FAQ for Gitea
Gitea is pronounced /ɡɪ’ti:/ as in "gi-tea" with a hard g.
If you like manga or comics there's Komga too.
this is cool thx
Thank you.
Use vaultwarden not bitwarden
I'm getting really sick of these repetitive lists. I wish someone would do an actual up-to-date list with actual new apps, instead of hearing about plex and jellyfin for the 99999th time.
It's pronounced GITEE. The logo is a cup of tea.
Wrong
The website says "Gitea: Git with a cup of tea"
I recommend English lessons if the pronunciation is unclear to you.
Ah yes! I should have realized....i saw a couple of creators pronounce it both ways so was just unsure. Thanks for this though!
@darthkielbasa really? Wonder why they have a logo of tea then.
@@darthkielbasa are you that dumb
I believe you actually meant "Best Docker IMAGES ..." with which we can build containers
That's when newbies get co fused
Hello,
I was looking at your video channel. We may be helping a company that uses secure images to increase supply chain security and help cloud native development. Would you be willing to help try their software, make a video, and help show devs how to use their tools?
This is not an offer, but just to start a conversation about your willingness to take on sponsorship. Please provide me with your email if you are interested.
You'd have a chance to look at their technology and decide if it's the type of software that you'd be interested in covering in your channel.
Deockge for spining up Docker compose containers
Thank you.