# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/efe3eqa
一文了解 containerd 中的鏡像加解密**
containerd 中的鏡像解密-----------------------OCI 鏡像規範中,一個鏡像是由多層鏡像層構成的,鏡像層可以通過加密機制來加密機密數據或代碼,以防止未經授權的訪問。如下圖所示。OCI 鏡像加密原理主要是在原來的 OCI 鏡像規範基礎上,添加了一種新的 mediaType,表示數據文件被加密;同時在 annotation 中添加具體加密相關信息。鏡像層沒加密前的原 ⌘ Read more