Tootfinder

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

@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

@whitequark@mastodon.social
2025-09-18 00:50:24

unsolved problems in computing: running two processes within a single Dockerfile

@dawid@social.craftknight.com
2025-08-20 21:43:42

Dzisiaj w pracy bawiłem się z "nowymi" funkcjonalnościami docker build z buildkit.

Wymieniamy kaniko i to był dobry moment na przyjrzenie się bind mount, name context, remote cache, secret mount i multi-platform build - czyli cała kolekcja rzeczy, za które developerzy nienawidzą dockerfile.

W połączeniu z multistage build Dockerfile staje się zupełnie nieczytelny dla kogoś kto zaczyna z dockerem.

Za to budowanie 7 docker image dla jednego projektu w naszym monorep…

@galaxydinodragon@social.linux.pizza
2025-10-06 07:37:07

I spent the weekend making a fun DevOps pipeline because I felt like it and am now quite pleased.
I'm hosting gitea, n8n and docker registry in my lab. I now have a webhook in gitea for certain repos so that when I push to them, it triggers n8n to pull the repo and build the dockerfile. This image is then pushed to the registry, and watchtower will pull it when it runs.
Naturally have all my own DNS things for these app web guis which go through nginx. All of this is in pro…