contianerd

containerd 参考链接: https://www.aneasystone.com/archives/2023/06/containerd-notes.html https://juejin.cn/post/7312330825206693939 containerd 与 Docker 和 Kubernetes 的关系 仔细观察 containerd 架构图的上面部分,可以看出 containerd 通过提供 gRPC API 来供上层应用调用,上层应用可以直接集成 containerd client 来访问它的接口,

Podman

Podman 参考连接:http://www.yunweipai.com/40798.html ​ Podman 是一个开源的容器运行时项目,可在大多数 Linux 平台上使用。P

Go time

Go time包 参考链接:https://www.liwenzhou.com/posts/Go/go_time/ 时间和日期是我们编程中经常会用到

Go storm

Go Storm storm是一个使用BoltDB的上层orm框架 https://juejin.cn/post/7031361355856740389 数据查看工具: https://github.com/br0xen/boltbrowser 驱动: https://github.com/asdine/storm 下载boltbrowser go install github.com/br0xen/boltbrowser@latest 使用lib go get github.com/asdine/storm 一、基本使用 初