Wait a bit before you update to docker 29. api version of traefik got deprecated. Hit me good. #docker #traefik
An important note in the #docker 29.0 release notes is the deprecation of older API versions. Previously Docker was supporting clients going all the way back to v1.12.0 released in 2016. The engine now defaults to requiring v25.0 clients released on 2024-01-19.
Tools that mount the docker socket may need upgrades or workarounds. Breakages have been seen with #watchtower, #portainer, #traefik, and #testcontainers.
https://github.com/moby/moby/pull/51186
Journiv is a a beautiful, self-hosted, privacy-first journaling app with mood tracking, daily prompts, and meaningful insights. The mission is simple: your memories should always stay yours. Own them, don’t rent them.
Journiv 0.1.0-beta.4 is now live on GitHub and fully Docker-hostable.
https://github.com/journiv/journiv-app
Give Journiv a try, share your feedback!
#journal #selfhosting #docker #homelab #privacy
A workaround without the need to downgrade docker version or portainer, which is to manually lower the minimum API version of docker:
1. systemctl edit docker.service
2. Add this part above the line ### Lines below this comment will be discarded:
[Service] Environment=DOCKER_MIN_API_VERSION=1.24
3. Save and exit
4. systemctl restart docker
(2/2)
Docker 29 is currently not compatible with Portainer and Traefik. If you upgrade, you may experience issues.
(1/2)
#docker #sysadmin #portainer #dev #programming
Docker Desktop 4.50: Indispensable for Daily Development
#Docker #Products #AIML #DHI #DockerDebug #DockerDesktop #DockerDesktoprelease #Kubernetes #MCP #WSL2
https://www.docker.com/blog/docker-desktop-4-50/
Just released: Journiv overview! 🐳 A Docker journaling app. Sometimes writing down your thoughts and getting them out of your head can make all the difference!
Watch Here: https://youtu.be/2lNEr0EmgFg

I use #docker way too effectively for one with no fucking idea what is happening.
Docker Engine 29 sets containerd as the default image store and introduces experimental nftables support for modern Linux networking.
https://linuxiac.com/docker-engine-29-containerd-becomes-default-experimental-nftables-support/
#docker #linux #containerization

Salesforce: Docker and Containerization
https://www.xtivia.com/blog/salesforce-docker-and-containerization/
#Docker #containerization
[Перевод] Топ-10 ошибок деплоя в Kubernetes, почему они происходят и как их исправить
Какие именно ошибки деплоя в Kubernetes встречаются чаще всего и как их устранять? Будь то CrashLoopBackOff, зависшие поды, проблемы в синтаксисе YAML — рассмотрим 10 распространенных проблем и к каждой приложим простые и проверенные советы, как избежать их появления в будущем.
https://habr.com/ru/companies/basis/articles/965602/
#kubernetes #devops #ошибки #решение_проблем #yaml #docker #контейнеры #контейнерная_виртуализация
For the ones who have to deal with #traefik and #docker 29 incompatibility issues with minimal API compatibility 1.24 < 1.44. systemctl edit docker
[Service]
Environment=DOCKER_MIN_API_VERSION=1.24You can track the progress here: https://github.com/traefik/traefik/issues/12253