docker

Back Open Paginator
17.02.2026 04:32
kevinbowen (@kevinbowen@hachyderm.io)

After a 3 month hiatus, finally going to be able to devote some time, this week, focusing on upgrading my Django projects with their Docker & PostgreSQL container configurations(as opposed to the bare metal setup I usually work with).

A couple of goals:
- Polish up my notes on "collation version mismatch" warnings & publish
- Read up on the Docker Compose Watch feature: docs.docker.com/compose/how-to
- Start planning upgrades from PostgreSQL 15.16 to 18.2

#Docker #Django #PostgreSQL




Show Original Post


17.02.2026 03:25
freya (@freya@chaosfem.tw)

#blind #docker users. thjis command will give a much more accessible status output for running containers:

docker ps --all --format "{{.Names}}" | while read name; do status=$(docker ps --all --filter "name=^${name}$" --format "{{.Status}}"); image=$(docker ps --all --filter "name=^${name}$" --format "{{.Image}}"); stats=$(docker stats --no-stream --format "Mem: {{.MemUsage}} / {{.MemPerc}} - CPU: {{.CPUPerc}}" "$name" 2>/dev/null || echo "(not running)"); echo "$name (from $image) - $status - $stats"; done; echo $(docker ps -q|wc -l) containers out of $(docker ps -q --all|wc -l) running. $(docker ps --all|grep -v Up|grep -v CREATED|wc -l) in a failure state.




Show Original Post


17.02.2026 00:00
CuratedHackerNews (@CuratedHackerNews@mastodon.social)

Running NanoClaw in a Docker Shell Sandbox

docker.com/blog/run-nanoclaw-i




Show Original Post


16.02.2026 22:29
post (@post@programming.dev)

TIL: Docker log rotation

programming.dev/post/45875168




Show Original Post


16.02.2026 20:35
CuratedHackerNews (@CuratedHackerNews@mastodon.social)

Docker Swarm vs. Kubernetes in 2026

thedecipherist.com/articles/do




Show Original Post


16.02.2026 20:11
unicornfarts (@unicornfarts@fosstodon.org)

Interesting article for real-world case #docker swarm vs #kubernetes incl cost, code, and other comparisons over 10 years.

thedecipherist.com/articles/do




Show Original Post


16.02.2026 20:02
rusty1281 (@rusty1281@fosstodon.org)

@jonathanhogg “Official” #docker image does not exist. Ghost team does not support it and they have no plan to push it.

forum.ghost.org/t/official-doc

The docker image that most use is maintained by “The Docker Community” so all issues should be directed to their GitHub issue tracker.




Show Original Post


16.02.2026 19:15
harryprayiv (@harryprayiv@mastodon.social)

I resist the urge to boast about superiority when someone brags about creating a highly non-deterministic, fragile script for or .

Even when writing private code, I strive for reproducibility with Nix.

I oppose the unreliability of other solutions.

In the and Nix communities, we aim to make it work natively everywhere.

Is that wrong?

It is disheartening to me that presenting an objectively superior solution can often be perceived as confrontational.




Show Original Post


16.02.2026 18:39
CWSmith (@CWSmith@social.mechanizedarmadillo.com)

#Docker
#Nextcloud

Currently trying to learn how to setup a Nextcloud Docker build to replace my current Nextcloud server. It will eventually hopefully handle basic office stuff and chat.

After that is some kind of Email and Administration.

Still working.




Show Original Post


16.02.2026 17:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

SumUp is hiring (Senior) Backend Engineer - Global Bank

🔧 #golang #kotlin #aws #cicd #docker #kafka #kubernetes #postgresql #seniorengineer
🌎 Sofia, Bulgaria
⏰ Full-time
🏢 SumUp

Job details jobsfordevelopers.com/jobs/sen
#jobalert #jobsearch #hiring




Show Original Post


16.02.2026 16:16
labrafa (@labrafa@mastodon.world)

Tengo publicado en YouTube un tutorial que explica como configurar un cluster #Kafka usando #Docker.
Maneja datos de forma distribuida de manera moderna y eficiente!

youtu.be/_DcZJGNjajE

#Gratis #SiguemeYTeSigo #Followback

Nota: imagen generada con IA generativa.





Show Original Post


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

Running NanoClaw in a Docker Shell Sandbox
#Docker #Engineering #Products #AIAgent #DockerSandboxes

docker.com/blog/run-nanoclaw-i




Show Original Post


1 ...90 91 92 93 94 95 96 97 98 99 100 ...438
UP