5 مستودعات
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.
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.
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.
photoshopCClinux هو أداة نشر برمجيات آلية وغلاف توافق Linux مصمم لتثبيت وتكوين Adobe Photoshop CC على أنظمة GNU/Linux. يعمل كمثبت متخصص يستخدم طبقة توافق Wine لتنفيذ برمجيات التصوير القائمة على Windows. يؤتمت المشروع إعداد بيئة Wine الضرورية، بما في ذلك تكوين متغيرات البيئة والبيئات المعزولة بالبادئة. تضمن هذه العملية بقاء البرنامج وإعدادات التسجيل الخاصة به منفصلة عن تطبيقات Windows الأخرى. تغطي مجموعة الأدوات النشر التلقائي لـ Photoshop CC وتكامل Adobe Camera Raw. كما تتضمن أدوات لإلغاء تثبيت التطبيق لإزالة الملفات والتكوينات المرتبطة من النظام.
Provides an automated deployment process for Photoshop CC, including prefix setup and component downloading.
Testcontainers for .NET هي مكتبة اختبار Docker وإطار عمل لاختبار التكامل مصمم لإدارة دورة حياة الحاويات المؤقتة. توفر تجريدات عالية المستوى كغلاف لواجهة برمجة تطبيقات Docker لتوفير بنية تحتية سريعة الزوال، واستبدال المحاكيات (mocks) بقواعد بيانات حقيقية، ومراسلات، ومثيلات محركات بحث لضمان بيئات اختبار معزولة وقابلة للتكرار. يتميز المشروع بنمط حاوية تكوين البناء وآلية ربط المنافذ الديناميكية التي تمنع التصادمات أثناء تنفيذ الاختبار المتزامن. يتيح اتصالاً موثوقاً بين الخدمات عبر تنسيق الشبكة الافتراضية وتسمية الشبكة المستعارة، ويضمن توفر الخدمة من خلال فحوصات الجاهزية القائمة على الاستطلاع (polling) لنقاط نهاية HTTP ومنافذ TCP. توفر المكتبة وحدات متخصصة لقواعد البيانات العلائقية، وNoSQL، وقواعد بيانات المتجهات، بالإضافة إلى وسطاء المراسلة ومحاكيات الخدمات السحابية. تمتد قدراتها إلى تكوين صور الحاويات، وجمع السجلات، ومحاكاة ظروف الشبكة للتحقق من مرونة النظام. تدعم الاتصال بأوقات تشغيل Docker المحلية والبعيدة من خلال متغيرات البيئة وملفات التكوين الموحدة.
Provides the ability to modify raw Docker engine payloads for resource properties not exposed by standard builders.
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.