awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesDocker Engine Automations

Programmatic control of Docker engine resources and system configurations.

Distinct from Workflow Automation Engines: Focuses on the programmatic automation of the Docker engine itself rather than general workflow engines.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Docker Engine Automations. Refine with filters or upvote what's useful.

Awesome Docker Engine Automations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • supermanito/linuxmirrorsAvatar de SuperManito

    SuperManito/LinuxMirrors

    7,597Ver en GitHub↗

    LinuxMirrors is a collection of shell-based automation tools designed for managing Linux package mirrors, automating Docker engine deployment, and performing non-interactive system updates. It provides a package mirror configurator to update system repositories to regional mirrors across multiple distributions and an installation automator for the Docker engine and its associated software sources. The project distinguishes itself through a dual-mode execution model, offering both interactive menu-driven interfaces for manual setup and non-interactive flag-based execution for integration into

    Automates the deployment of the Docker engine and its associated software sources on supported operating systems.

    Shellalmalinuxalpinearchlinux
    Ver en GitHub↗7,597
  • docker/docker-pyAvatar de docker

    docker/docker-py

    7,184Ver en 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

    Automates infrastructure operations by controlling Docker engine resources and configurations.

    Python
    Ver en GitHub↗7,184
  • gictorbit/photoshopcclinuxAvatar de Gictorbit

    Gictorbit/photoshopCClinux

    4,485Ver en GitHub↗

    photoshopCClinux is an automated software deployer and Linux compatibility wrapper designed to install and configure Adobe Photoshop CC on GNU/Linux systems. It functions as a specialized installer that utilizes the Wine compatibility layer to execute Windows-based imaging software. The project automates the setup of the necessary Wine environment, including the configuration of environment variables and prefix-isolated environments. This process ensures that the software and its registry settings remain separate from other Windows applications. The toolset covers the automated deployment of

    Provides an automated deployment process for Photoshop CC, including prefix setup and component downloading.

    Shelladobe-photoshoparchbash
    Ver en GitHub↗4,485
  • testcontainers/testcontainers-dotnetAvatar de testcontainers

    testcontainers/testcontainers-dotnet

    4,317Ver en GitHub↗

    Testcontainers for .NET es una biblioteca de pruebas de Docker y un framework de pruebas de integración diseñado para gestionar el ciclo de vida de contenedores desechables. Proporciona abstracciones de alto nivel como un wrapper de la API de Docker para aprovisionar infraestructura efímera, reemplazando mocks con instancias reales de bases de datos, mensajería y motores de búsqueda para garantizar entornos de prueba aislados y reproducibles. El proyecto se distingue por un patrón de configuración de contenedor mediante constructor y un mecanismo de enlace de puertos dinámico que evita colisiones durante la ejecución concurrente de pruebas. Permite una comunicación servicio a servicio confiable a través de orquestación de red virtual y alias de red, y garantiza la disponibilidad del servicio mediante comprobaciones de preparación basadas en polling para endpoints HTTP y puertos TCP. La biblioteca proporciona módulos especializados para bases de datos relacionales, NoSQL y vectoriales, así como brokers de mensajería y emuladores de servicios en la nube. Su superficie de capacidades se extiende a la configuración de imágenes de contenedor, recolección de logs y la simulación de condiciones de red para verificar la resiliencia del sistema. Admite la conectividad a runtimes de Docker locales y remotos a través de variables de entorno y archivos de configuración estandarizados.

    Provides the ability to modify raw Docker engine payloads for resource properties not exposed by standard builders.

    C#automationdockerdotnet
    Ver en GitHub↗4,317
  • finsys/dockhandAvatar de Finsys

    Finsys/dockhand

    2,609Ver en GitHub↗

    Dockhand is a multi-host Docker manager and container management interface used to control the lifecycle of containers, images, volumes, and networks. It functions as a Docker Compose orchestrator and GitOps deployment tool, enabling the synchronization of application stacks directly from remote Git repositories. The project distinguishes itself as an enterprise Docker access controller, providing role-based access control and identity verification through OIDC, LDAP, and multi-factor authentication. It secures sensitive data using AES-256-GCM encryption for credentials at rest and handles na

    Offers a REST API for the programmatic management of containers, networks, and stacks.

    Sveltedockerdocker-composedocker-management
    Ver en GitHub↗2,609
  1. Home
  2. DevOps & Infrastructure
  3. Docker Engine Automations

Explorar subetiquetas

  • Engine Parameter ModificationsLow-level modification of Docker engine resource properties through API payload adjustments. **Distinct from Docker Engine Automations:** Focuses on modifying specific engine parameters rather than general programmatic automation of resources.
  • Installation Automators1 sub-etiquetaScripts that automate the initial setup and deployment of the container engine and its software sources. **Distinct from Docker Engine Automations:** Focuses on the installation and initial deployment process rather than ongoing programmatic control of engine resources.