1 个仓库
Controlling containers, images, and volumes through a language-specific API client.
Distinguishing note: Shortlist candidates are either too specific to games/macOS or focus on nested runtimes; this is general SDK management.
Explore 1 awesome GitHub repository matching devops & infrastructure · Programmatic Container Management. Refine with filters or upvote what's useful.
Dockerode 是一个 Node.js 库,通过充当 Docker Remote API 的包装器,提供对 Docker 容器、镜像和卷的编程管理。它使 JavaScript 应用能够通过 Unix 套接字或 TCP 网络接口与 Docker 引擎交互。 该项目涵盖容器生命周期管理,包括启动实例以及通过双向输入输出流执行命令。它还提供了构建容器镜像、从仓库拉取镜像以及配置虚拟网络的能力。 其他功能包括集群服务的协调以及持久卷和安全密钥的管理。该库还支持外部系统插件的安装和生命周期控制。
Provides a complete Node.js library for controlling Docker containers, images, and volumes via the Remote API.