And if you need a temporary workaround, this is what I did on my system. #Traefik #Docker
https://github.com/awfulwoman/infra/commit/0d10d4a682aaca909d93a777efc2a7d97d1641fa
Por cierto, me encanta encontrarme en los cursos de #Udemy a ese engendro adicto a root llamado #Docker, así puedo practicar un poco con #Podman.
The 🐈 is out of the 👜:
My Ghost blog is now federated – @ele – thanks to the wonderful Magic Pages (@hey) by @jannis@jannis.io.
My latest post, which also mentions some of my self-hosting exploits from this past year:
🔗: https://blog.elenarossini.com/the-rebellion-will-be-federated-2025-edition/
This is what I referred to when I said that "I got a big blue whale off my back" a few days ago. I don't have to worry about #Docker anymore, as I put my blog in the expert hands of Jannis at Magic Pages. My big lesson from this year has been: self-hosting is empowering and a lot of fun... but sometimes it makes more sense to turn to experts and pay them to manage your essential stuff. Like in this case.
And I will be saving money too (it's a lot cheaper than paying for a basic plan at Mailgun + my VPS). I'm just so relieved. And Ghost v6 is incredible. I will write more about this soon...
#blog #Ghost #MySoCalledSudoLife
RE: https://techhub.social/@docker/115531756547104461
Some big changes are included in the latest Docker release. And behind the scenes, I've been happy to see the client side CLI move from the docker to the moby organization. #docker
#Portainer geht auch kaputt mit #Docker Version 29, aber DAS wundert mich nicht...
Portainer ist halt einfach Schrott xD
Tutorial rápido de Docker para ejecutar un script en Python
https://andros.dev/blog/5ec92c83/tutorial-rapido-de-docker-para-ejecutar-un-script-en-python/
#docker #python
Подключаем LLMку в свой Java/Kotlin проект через Docker
Всем привет, сегодня я расскажу как подключить LLMку через докер в ваш проект под разные задачи, необязательно это будет написание кода или тестов, возможно, вы захотите решать просто бытовые задачи или развлечься с ИИ. Мы будем использовать Java/Kotlin + Docker + Ollama.
https://habr.com/ru/articles/965426/
#kotlin #java #ai #ии #docker #ollama
Docker Engine v29: Foundational Updates for the Future
#Docker #Company #Engineering #Products
https://www.docker.com/blog/docker-engine-version-29/
I want to be able to use my Synology NAS as S3 storage to hoste @ente
does anyone have experience with that and has any advice for me before I start? What I've read so far is that the only good possibility is using #docker and #minio , or are there other good possibilities?
#homelab #selfhosting
Connect to Remote MCP Servers with OAuth in Docker
#Docker #Engineering #Products #AIML #DockerDesktop #DockerMCPCatalog #DockerMCPToolkit
https://www.docker.com/blog/connect-to-remote-mcp-servers-with-oauth/
Does anyone know why Docker would rate limit me after not even using their service? I was about to update my Snikket container on my VPS, but I was immediately rate limited? I'm the only user and I've had the same IP-address for several years.
Como resolver temporariamente o bug que impede usar o Portainer com o Docker 29:
1) Digite: systemctl edit docker.service
2) Agora digite:
[Service]
Environment="DOCKER_MIN_API_VERSION=1.24"
3) Salve e reinicie o serviço do Docker
4) Acesse o Portainer
https://github.com/portainer/portainer/issues/12925#issuecomment-3516549977