HackerTrans
TopNewTrendsCommentsPastAskShowJobs

neitsab

no profile record

Submissions

JumpServer: Open-Source Privileged Access Management

github.com
75 points·by neitsab·12 dni temu·34 comments

Docker 29 has changed its default image store for new installs

docs.docker.com
132 points·by neitsab·2 miesiące temu·85 comments

Japan relaxes privacy laws to make itself the 'easiest country to develop AI'

theregister.com
3 points·by neitsab·3 miesiące temu·0 comments

Incus vs. Kubernetes: Why Simplicity Wins

pieterbakker.com
6 points·by neitsab·4 miesiące temu·0 comments

comments

neitsab
·2 miesiące temu·discuss
I noticed the change because I wanted to persist Docker-related data between container instantiations on IncusOS. I couldn't understand why the custom volume I had mounted on /var/lib/docker didn't contain the downloaded images.

To keep both /var/lib/{containerd,docker} in sync, I use a single ZFS dataset ("custom filesystem volume" in Incus parlance) and mount subpaths inside the container:

  incus storage volume create local docker-data
  incus config device add docker docker disk pool=local source=docker-data/docker path=/var/lib/docker
  incus config device add docker containerd disk pool=local source=docker-data/containerd path=/var/lib/containerd
There are other ways to achieve the same of course.
neitsab
·2 miesiące temu·discuss
Docker v29 (released 2025-11) switched to using containerd for its image store for new installs.

This means `/var/lib/docker` is no longer "hermetic": images and container snapshots are located in `/var/lib/containerd` now.

More info about the switch: https://www.docker.com/blog/docker-engine-version-29/

To configure this directory, see https://docs.docker.com/engine/storage/containerd/.
neitsab
·3 miesiące temu·discuss
Look into https://gitlab.com/r3j0/incus-compose, it just published its first beta but it nicely gaps some of Docker Compose into Incus-land
neitsab
·3 miesiące temu·discuss
As a French national, I am surprised to discover we are topping the charts according to this analysis.

Does anybody know why that might be the case? What's the story of IPv6 deployment in France?
neitsab
·5 miesięcy temu·discuss
https://www.dnsperf.com/#!dns-resolvers

https://github.com/cleanbrowsing/dnsperftest