HackerTrans
トップ新着トレンドコメント過去質問紹介求人

neitsab

no profile record

投稿

JumpServer: Open-Source Privileged Access Management

github.com
75 ポイント·投稿者 neitsab·12 日前·34 コメント

Docker 29 has changed its default image store for new installs

docs.docker.com
132 ポイント·投稿者 neitsab·2 か月前·85 コメント

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

theregister.com
3 ポイント·投稿者 neitsab·3 か月前·0 コメント

Incus vs. Kubernetes: Why Simplicity Wins

pieterbakker.com
6 ポイント·投稿者 neitsab·4 か月前·0 コメント

コメント

neitsab
·2 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
https://www.dnsperf.com/#!dns-resolvers

https://github.com/cleanbrowsing/dnsperftest