mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

dockerのイメージをあるレイヤーまでマウントして中身をチェック 検索

$ docker inspect イメージ名:latest | jq -r '.[0].RootFS.Layers | .[]'

でsha256の羅列はもらえるんだけどはてさて (docker pullで表示してくれる数より1つ多いんだけどはてさて…

sha256でfind /var/lib/docker -nameするとimage/overlay2/distribution/v2metadata-by-diffid/sha256以下にあるのがわかる。中身はJSONで.[0].Digestで別のsha256が出てくるw

この別のsha256をfindするとimage/overlay2/distribution/diffid-by-digest/sha256/以下にいる。テキストファイルで別のsha256が書いてあるww

これをまたfindするとimage/overlay2/distribution/v2metadata-by-diffid/sha256/に居て.[0].Digestに上のテキストファイル名のsha256が書いてある。

ループしちゃったw