4 مستودعات
Configurations that bridge local terminal environments with container runtimes.
Distinguishing note: Focuses on the integration between host terminals and container engines, not the engine itself.
Explore 4 awesome GitHub repositories matching devops & infrastructure · Container Engine Integrations. Refine with filters or upvote what's useful.
Minikube is a command-line tool designed for local Kubernetes development, enabling users to provision and manage full-featured container clusters directly on a workstation. It serves as a local orchestrator that automates the lifecycle of isolated environments, allowing developers to start, stop, pause, and delete clusters to support testing and integration workflows. The project distinguishes itself through its flexible architecture, which supports multiple virtualization drivers and container runtimes to accommodate diverse host environments. It provides deep integration between the host a
Configures local terminal environments to interact directly with the container engine running inside the cluster.
Distrobox is a command-line utility that enables the execution of any Linux distribution within an OCI-compliant container. It functions as an integration layer between isolated containerized environments and the host operating system, allowing users to run different distributions simultaneously on a single host without system conflicts. The tool distinguishes itself by bridging the gap between isolated environments and the host system through deep resource sharing. It automatically mounts host hardware, home directories, and graphical interfaces into the container, while also synchronizing e
Bridges host terminal environments with container runtimes to allow seamless execution of commands and applications across the container boundary.
OrbStack is a native macOS application that replaces Docker Desktop, providing an all-in-one environment for running Docker containers, full Linux virtual machines, and local Kubernetes clusters. It runs Linux VMs directly on the macOS hypervisor framework for near-native performance, uses VirtioFS for fast bidirectional file sharing between macOS and Linux, and leverages Rosetta for near-native x86 emulation on Apple Silicon. The system assigns predictable local domain names to containers and VMs with automatic HTTPS certificate generation, forwards ports via event-driven updates, and stores
Integrates container networking with macOS via automatic domain names, localhost forwarding, and VPN support.
هذا المشروع هو دليل إعداد تقني لتثبيت وتكوين Docker داخل بيئة Windows Subsystem for Linux 2. يعمل كجولة إرشادية لإنشاء مساحة عمل Linux افتراضية على Windows لبناء وتشغيل البرامج بأداء أصلي. يركز الدليل على دمج محركات الحاويات لنشر التطبيقات المعزولة وإنشاء سير عمل عابر للمنصات. ويوفر تعليمات لربط محررات الكود الخارجية بالنظام الفرعي، وتشغيل تطبيقات Linux الرسومية على المضيف، وتنفيذ ثنائيات المضيف داخل محطة Linux. يغطي إدارة موارد المحاكاة الافتراضية، بما في ذلك ضبط تخصيصات CPU وRAM وتوسيع أو ضغط مساحة القرص الافتراضي. بالإضافة إلى ذلك، فإنه يفصل طرق أتمتة خدمات النظام واستخدام لقطات البيئة لتصدير، واستيراد، والحفاظ على حالات التطوير.
Configures the bridge between the virtualized subsystem and the container daemon for isolated deployment.