awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesContainer Engine Integrations

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.

Awesome Container Engine Integrations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • kubernetes/minikubeAvatar von kubernetes

    kubernetes/minikube

    31,877Auf GitHub ansehen↗

    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.

    Goclustercncfcontainers
    Auf GitHub ansehen↗31,877
  • 89luca89/distroboxAvatar von 89luca89

    89luca89/distrobox

    12,595Auf GitHub ansehen↗

    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.

    Shellalmalinuxalpinearchlinux
    Auf GitHub ansehen↗12,595
  • orbstack/orbstackAvatar von orbstack

    orbstack/orbstack

    8,903Auf GitHub ansehen↗

    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.

    Shellcolimadockerdocker-desktop
    Auf GitHub ansehen↗8,903
  • codeedu/wsl2-docker-quickstartAvatar von codeedu

    codeedu/wsl2-docker-quickstart

    4,463Auf GitHub ansehen↗

    Dieses Projekt ist ein technischer Einrichtungsleitfaden für die Installation und Konfiguration von Docker innerhalb einer Windows Subsystem for Linux 2 (WSL2) Umgebung. Es dient als Walkthrough zur Erstellung eines virtualisierten Linux-Arbeitsbereichs unter Windows, um Software mit nativer Performance zu erstellen und auszuführen. Der Leitfaden konzentriert sich auf die Integration von Container-Engines für isolierte Anwendungsbereitstellung und die Etablierung eines plattformübergreifenden Workflows. Er bietet Anleitungen zur Verknüpfung externer Code-Editoren mit dem Subsystem, zur Ausführung grafischer Linux-Anwendungen auf dem Host und zur Ausführung von Host-Binärdateien innerhalb des Linux-Terminals. Er deckt die Verwaltung von Virtualisierungsressourcen ab, einschließlich der Optimierung von CPU- und RAM-Zuweisungen sowie der Erweiterung oder Komprimierung von virtuellem Festplattenspeicher. Zudem werden Methoden zur Automatisierung von Systemdiensten und zur Verwendung von Umgebungssnapshots zum Exportieren, Importieren und Bewahren von Entwicklungszuständen detailliert beschrieben.

    Configures the bridge between the virtualized subsystem and the container daemon for isolated deployment.

    docker-desktopwindows-subsystem-for-linuxwindows-subsystem-linux
    Auf GitHub ansehen↗4,463
  1. Home
  2. DevOps & Infrastructure
  3. Container Engine Integrations

Unter-Tags erkunden

  • macOS Container Network IntegrationsAccessing containers and services via automatic domain names, localhost forwarding, and VPN integration on macOS. **Distinct from Container Engine Integrations:** Distinct from Container Engine Integrations: focuses on macOS-specific networking integration (domain names, localhost, VPN) rather than general terminal-to-engine bridging.