docker

Back Open Paginator
12.11.2025 16:16
eurosat7 (@eurosat7@mastodon.social)

Wait a bit before you update to docker 29. api version of traefik got deprecated. Hit me good.




Show Original Post


12.11.2025 15:49
bmitch (@bmitch@fosstodon.org)

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.

github.com/moby/moby/pull/51186




Show Original Post


12.11.2025 15:47
journiv (@journiv@mastodon.social)

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.

github.com/journiv/journiv-app

Give Journiv a try, share your feedback!





Show Original Post


12.11.2025 15:31
ml (@ml@social.mitexleo.one)

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




Show Original Post


12.11.2025 15:30
ml (@ml@social.mitexleo.one)

Docker 29 is currently not compatible with Portainer and Traefik. If you upgrade, you may experience issues.

(1/2)

#docker #sysadmin #portainer #dev #programming




Show Original Post


12.11.2025 15:05
docker (@docker@techhub.social)

Docker Desktop 4.50: Indispensable for Daily Development
#Docker #Products #AIML #DHI #DockerDebug #DockerDesktop #DockerDesktoprelease #Kubernetes #MCP #WSL2

docker.com/blog/docker-desktop




Show Original Post


12.11.2025 14:22
dbtechyt (@dbtechyt@fosstodon.org)

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: youtu.be/2lNEr0EmgFg

#Docker #HomeLab #SelfHosted





Show Original Post


12.11.2025 14:04
CartyBoston (@CartyBoston@mastodon.roundpond.net)

I use #docker way too effectively for one with no fucking idea what is happening.




Show Original Post


12.11.2025 13:18
linuxiac (@linuxiac@mastodon.social)

Docker Engine 29 sets containerd as the default image store and introduces experimental nftables support for modern Linux networking.
linuxiac.com/docker-engine-29-





Show Original Post


12.11.2025 12:39
asalerno1964 (@asalerno1964@mastodon.world)

Salesforce: Docker and Containerization
xtivia.com/blog/salesforce-doc
#Docker #containerization




Show Original Post


12.11.2025 12:12
habr (@habr@zhub.link)

[Перевод] Топ-10 ошибок деплоя в Kubernetes, почему они происходят и как их исправить

Какие именно ошибки деплоя в Kubernetes встречаются чаще всего и как их устранять? Будь то CrashLoopBackOff, зависшие поды, проблемы в синтаксисе YAML — рассмотрим 10 распространенных проблем и к каждой приложим простые и проверенные советы, как избежать их появления в будущем.

habr.com/ru/companies/basis/ar

#kubernetes #devops #ошибки #решение_проблем #yaml #docker #контейнеры #контейнерная_виртуализация




Show Original Post


12.11.2025 10:04
objects (@objects@social.labmonkeys.space)

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.24

You can track the progress here: https://github.com/traefik/traefik/issues/12253




Show Original Post


1 ...262 263 264 265 266 267 268 269 270 271 272 ...440
UP