awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
fsouza avatar

fsouza/go-dockerclient

0
View on GitHub↗
2,237 stars·558 forks·Go·BSD-2-Clause·13 viewspkg.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 history

Star history chart for fsouza/go-dockerclientStar history chart for fsouza/go-dockerclient

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Go Dockerclient

Similar open-source projects, ranked by how many features they share with Go Dockerclient.
  • docker/docker-pydocker avatar

    docker/docker-py

    7,184View on 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
    View on GitHub↗7,184
  • apocas/dockerodeapocas avatar

    apocas/dockerode

    4,910View on 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
    View on GitHub↗4,910
  • abians/docker-db-managerAbianS avatar

    AbianS/docker-db-manager

    162View on GitHub↗

    A desktop application for managing Docker database containers

    TypeScript
    View on GitHub↗162
  • alexcasalboni/aws-lambda-power-tuningalexcasalboni avatar

    alexcasalboni/aws-lambda-power-tuning

    6,028View on 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
    View on GitHub↗6,028
See all 30 alternatives to Go Dockerclient→

Frequently asked questions

What does fsouza/go-dockerclient do?

Go client for the Docker Engine API.

What are the main features of fsouza/go-dockerclient?

The main features of fsouza/go-dockerclient are: Infrastructure and Deployment, API Clients, API Clients And Plugins.

What are some open-source alternatives to fsouza/go-dockerclient?

Open-source alternatives to fsouza/go-dockerclient include: 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…