awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fsouza avatar

fsouza/go-dockerclient

0
View on GitHub↗
2,237 星标·558 分支·Go·BSD-2-Clause·2 次浏览pkg.go.dev/github.com/fsouza/go-dockerclient?tab=doc↗

Go Dockerclient

Go client for the Docker Engine API.

Features

  • Infrastructure and Deployment - A Go client for interacting with the Docker Engine API.
  • API Clients - Golang client for the Docker API.
  • API Clients And Plugins - Go client for the Docker Remote API.

Star 历史

fsouza/go-dockerclient 的 Star 历史图表fsouza/go-dockerclient 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

fsouza/go-dockerclient 是做什么的?

Go client for the Docker Engine API.

fsouza/go-dockerclient 的主要功能有哪些?

fsouza/go-dockerclient 的主要功能包括:Infrastructure and Deployment, API Clients, API Clients And Plugins。

fsouza/go-dockerclient 有哪些开源替代品?

fsouza/go-dockerclient 的开源替代品包括: docker/docker-py — docker-py is a Python library and SDK that serves as a programmatic client for the Docker Engine API. It provides a… apocas/dockerode — Dockerode is a Node.js library that provides programmatic management of Docker containers, images, and volumes by… abians/docker-db-manager — A desktop application for managing Docker database containers. aliyuncontainerservice/log-pilot — Collect logs for docker containers. andreivmaksimov/aws-eks-spot-instances-serverless-framework-demo — This is Serverless framework code demo for article Serverless Framework - Run your Kubernetes Workloads on Amazon EC2… alexcasalboni/aws-lambda-power-tuning — This project is a performance optimizer and resource benchmarker for AWS Lambda. It analyzes the trade-off between…

Go Dockerclient 的开源替代方案

相似的开源项目,按与 Go Dockerclient 的功能重合度排序。
  • docker/docker-pydocker 的头像

    docker/docker-py

    7,184在 GitHub 上查看↗

    docker-py is a Python library and SDK that serves as a programmatic client for the Docker Engine API. It provides a programmatic interface for controlling containers, images, and clusters, allowing for the automation of containerized applications and engine resources. The library enables remote Docker administration through various transport methods, including Unix domain sockets, TCP ports, and encrypted SSH tunnels. It handles real-time data links by using WebSockets to stream input and output from active containers. The project covers container lifecycle control, image management for buil

    Python
    在 GitHub 上查看↗7,184
  • apocas/dockerodeapocas 的头像

    apocas/dockerode

    4,910在 GitHub 上查看↗

    Dockerode is a Node.js library that provides programmatic management of Docker containers, images, and volumes by acting as a wrapper for the Docker Remote API. It enables JavaScript applications to interact with a Docker engine via Unix sockets or TCP network interfaces. The project covers container lifecycle management, including launching instances and executing commands with bidirectional input and output streaming. It also provides capabilities for building container images, pulling images from registries, and configuring virtual networks. Additional functionality includes the coordinat

    JavaScript
    在 GitHub 上查看↗4,910
  • abians/docker-db-managerAbianS 的头像

    AbianS/docker-db-manager

    162在 GitHub 上查看↗

    A desktop application for managing Docker database containers

    TypeScript
    在 GitHub 上查看↗162
  • alexcasalboni/aws-lambda-power-tuningalexcasalboni 的头像

    alexcasalboni/aws-lambda-power-tuning

    6,028在 GitHub 上查看↗

    This project is a performance optimizer and resource benchmarker for AWS Lambda. It analyzes the trade-off between execution speed and cost by testing various memory configurations to identify the most cost-effective settings and minimize operational spending. The tool utilizes an AWS Step Functions orchestrator to automate the execution and data collection of multiple function test runs across different power levels. It simulates production workloads by injecting custom static or remote data and using weighted payload distribution to mimic real-world traffic patterns. The suite covers sever

    JavaScript
    在 GitHub 上查看↗6,028
  • 查看 Go Dockerclient 的所有 30 个替代方案→