Tootfinder

Opt-in global Mastodon full text search. Join the index!

@eitch@mstdn.gsi.li
2025-08-23 07:26:20

So #bitnami is not releasing latest tags anymore of their awesome #docker images... anyone know of good alternatives?
Thanks #VMware from being bought by

@vyskocilm@witter.cz
2025-10-20 09:19:43

Uh, dockerhub is down. Their status page #docker

@wyri@toot-toot.wyrihaxim.us
2025-11-20 07:51:45

Happy #PHP 8.5 release day! Keep in mind that the first 8.5.0 #Docker/#OCI images will show up in 8 hours till a couple of days after the release.
P.S. Mine are updated till the latest RC and will swap in the final with no tag changes:

@vyskocilm@witter.cz
2025-10-20 09:32:43

BTW #docker #dockerdown

@frankel@mastodon.top
2025-11-04 16:23:08

Understanding #Docker Internals: Building a Container Runtime in Python
muhammadraza.me/2024/building-

@tezoatlipoca@mas.to
2025-09-06 18:02:18

hurhn. I just spun up a #forgejo instance via #docker container. That was much easier than anticipated. Well done #codeberg / forgejo teams!
Now to migrate all my

@alejandrobdn@social.linux.pizza
2025-11-09 10:51:45

I was trying to run the Portracker container so I could get a quick overview of the ports currently in use on my server. I couldn't do it because the default port for this container is currently being used by another one. What a paradox!
#docker

@michabbb@social.vivaldi.net
2025-10-03 18:54:17

🖥️ Communicates with Windows using WinBoat Guest Server to retrieve necessary data and manage applications running in the containerized environment
📋 System requirements: At least 4GB RAM, 2 CPU threads minimum, 32GB free storage space in /var directory, KVM virtualization enabled in BIOS/UEFI
🐳 #Docker installation required for containerization, Docker Compose v2 for compatibility…

@iam_jfnklstrm@social.linux.pizza
2025-09-06 15:43:10

Har fått igång #homeassistant och länkat den med #musicassistant . Men jag kan inte söka musik från HA appen utan behöver styra musiken från MA via en webbläsare. Kör i #docker och …

@rmdes@mstdn.social
2025-08-30 07:38:36

“A massive pile of debt from the VMware acquisition is forcing Broadcom to squeeze every penny from assets we once considered sacred.” read here
#broadcom #docker #bitnami
we really need sovereign pu…

@wyri@toot-toot.wyrihaxim.us
2025-11-09 22:47:30

WTF #Docker? (It's most likely me fucking up somewhere tho.)

@chris@mstdn.chrisalemany.ca
2025-11-03 21:46:57

I'm getting closer with my nginx-rtmp-Docker-container-on-MacOS project!
I started from scratch on the mac a couple days ago, reinstalled docker with homebrew and then realized that part of my problem was that macOS (and windows) has to run docker in a virtual machine container of its own and *that* can mess with networking.
So I have now figured that out. Colima, the vm that seems most popular on macOS, needs a mac specific option (--network-attached) when starting so that it gets the mac network going. Major Aha! moment.
I also learned more completely how to build my own Docker images.
I've gotten to the point where nginx is definitely running, I know the port is open (via nmap on another device), I know nginx is accepting the stream, but nginx still refuses to publish that stream to Youtube (or at least youtube is not seeing it).
I also can ping apple.com and youtube.com from within the container, so access to the outside world is working.
I
So that's where I'm at.
I just figured out how to get into a container and examine the nginx log files now.
At this point I am going to rebuild the container with nginx configured for full debug level logging. Hopefully that provides some more clues on where it is getting stuck.
I give it a 50/50 chance that it is either an nginx configuration/installation problem or another colima virtual machine/networking issue.
I've learned a lot at least and feel better about my overall Docker knowledge!
And I'm documenting on my blog as I go so I'll have a howto produced from this when it finally works!
#docker #mac #nginx #colima #rtmp #youtube #containerizeit

@dassascha@norden.social
2025-09-23 21:54:15

Für mein #Roadwarrior Notebook habe ich mich entschieden, in #Docker eine #Pihole Installation zu machen. Läuft.
Klasse! :blobcatsunglasses:

@michabbb@social.vivaldi.net
2025-10-03 18:54:16

✨ Smartcard passthrough support, comprehensive resource monitoring dashboard, and many more features being added regularly to enhance functionality
🔧 Technical approach: #Electron application running Windows as virtual machine inside #Docker container, uses

@michabbb@social.vivaldi.net
2025-10-01 00:45:01

🎯 Real-world validation through extended #CCBench testing with human evaluators completing multi-turn tasks in isolated #Docker containers across frontend development, tool building, data analysis, testing & algorithms
🔧 Near parity with

@chris@mstdn.chrisalemany.ca
2025-11-04 17:13:03

AHA! #docker #nginx #mac Success!
After much logging and inspecting and reconfiguring you know what worked? (It's what always works!). Turning it off and on…
It's just a matter of turning the *right* thing off and on.
In this case, it was a matter of rebooting the webcam itself, which I really should have known because it has been unreliable at accepting new settings without a full reboot in the past. Weird that it was making the connection to NGINX but not actually sending data on that connection. The reboot of the webcam appears to have forced the data to be sent to the new proper docker address and on to Youtube.
Unfortunately I tried changing the stream key for Youtube before trying the webcam reboot which creates a new youtube URL, so I'll have to update my YouTube embed codes but oh well, it is worth having success with docker!
I feel much more comfortable working with docker now and understand the build/run workflow more now so I can start customizing my Dockerfile and be confident that I’m not going to miss anything.
Now I should be able to redirect all of my streams off of #footiMac and onto the slightly newer #imac2014 OR... most importantly, anywhere I have this docker container!
Woot!
Thank you everyone who gave tips and pointers along the way.
#learning #askmastodon
stream: youtube.com/live/WpbMTI9D6hI

@iam_jfnklstrm@social.linux.pizza
2025-11-09 15:54:55

Best note taking app for selfhosting? #docker #homelab #notes #app

@chris@mstdn.chrisalemany.ca
2025-11-05 18:16:32

Finished my little tutorial as I got docker running on my 2014 macOS Ventura era iMac and then added some nginx-rtmp containers.
#docker #nginx #mac #Apple #iMac #webcams #rtmp #tutorial
chrisalemany.ca/2025/11/05/usi

@chris@mstdn.chrisalemany.ca
2025-11-04 18:44:50

bam! Docker Mission Accomplished!
🫡
All webcam streams have been redirected from a single nginx process on #footiMac (which is also, of course, running this very mastodon #selfhost!) to their own docker containers on another iMac using Docker CLI/Colima.
I can already 'feel' the difference in response time for footiMac and posting/updating on mastodon! Yay!
#docker #nginx #mac #footiMac #imac2014 #learning #askmastodon

@Maurice809@cherprang.xfk48.com
2025-11-02 10:29:23

Comme il fait moche dehors 🌧️
j’ai décidé de faire encore pire :
je lance Windows… dans Linux 😅
Test de WinBoat ⛵️ : une appli qui promet de faire tourner les logiciels Windows sans #VirtualBox, #VMware ni #wine
Mais avec #docker 📦
Si ça marche, je renomme mon PC ”Emultima"
le lien : #Linux #WinBoat #GeekLife #FLOSS

@michabbb@social.vivaldi.net
2025-10-02 11:15:21

Unsloth now has a #Docker image! #ai
#Train #LLM locally with no setup: just run the image and go…

@chris@mstdn.chrisalemany.ca
2025-11-03 22:13:44

I turned on debug mode for nginx and it seems to be making the connection to Youtube and sends data so I am really at a loss as to what is going wrong!! #docker #mac #nginx #colima #rtmp #youtube #containerizeit