不使用 docker-desktop 怎么启用 docker 和 docker buildkit

在 macOS 上,Docker Desktop 是一个非常流行的选择,但它并不是唯一的方案。如果你不想使用 Docker Desktop,或者希望寻找一个更轻量级的替代方案,Colima 是一个不错的选择。Colima 是一个用于 macOS 和 Linux 的容器运行时管理工具,它提供了极简的设置流程,同时支持多种容器运行时,包括 Docker 和 Kubernetes。本文将介绍如何使用 Colima 启用 Docker 和 Docker BuildKit,让你在不依赖 Docker Desktop 的情况下,也能高效地进行容器开发。 (more…)

HBase Basic Introduction and Some Practical Principles

Apache HBase is a high-performance, open-source, distributed NoSQL database designed specifically for the Hadoop ecosystem, especially suitable for scenarios that require fast random read and write access to large datasets. This article will introduce the basics of HBase and use business scenarios of Users, Jobs, and their Subtasks to illustrate related concepts.

(more…)