1 个仓库
Libraries that provide a programmatic interface for controlling Docker containers, images, and networks.
Distinguishing note: None of the candidates represent a general-purpose programmatic Docker client for Go.
Explore 1 awesome GitHub repository matching devops & infrastructure · Programmatic Docker Clients. Refine with filters or upvote what's useful.
dockertest 是一个 Docker 集成测试库和程序化 Go 客户端,用于启动和管理临时容器。它作为一个容器化测试编排器,通过管理依赖服务的生命周期,为集成测试提供隔离环境。 该库通过配置临时容器和网络来处理临时环境编排。它通过服务就绪检查和自动化资源清理来确保环境一致性,以防止测试执行完成后出现泄漏。 该项目涵盖了容器化服务验证,包括检索动态连接详细信息和管理容器网络的能力。它还支持捕获容器日志并在运行中的容器内执行命令。
Provides a programmatic Go interface for controlling Docker containers, networks, and images.