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 RepositoriesHost-to-Container Program Launch

Mechanism for executing a binary located on the host system within a target isolated environment.

Distinct from Host-to-Container Execution: Opposite of Host-to-Container Execution: this launches host files INTO a container, rather than container tools OUT to the host.

Explore 4 awesome GitHub repositories matching development tools & productivity · Host-to-Container Program Launch. Refine with filters or upvote what's useful.

Awesome Host-to-Container Program Launch GitHub Repositories

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

    bottlesdevs/Bottles

    8,080Auf GitHub ansehen↗

    Bottles is a Wine compatibility manager and prefix manager that provides a graphical interface for running Windows applications on Linux. It functions as a Windows application sandbox and dependency manager, organizing isolated environments to prevent dependency conflicts and protect the host operating system. The project acts as a Wine runner orchestrator, allowing users to download, install, and switch between different compatibility layers and graphics renderers. It distinguishes itself by using community-driven scripts for automated software installation and dependency management, alongsi

    Launches executable installation files from the host operating system directly into a pre-configured container.

    Pythonbottlesbottles-versioningdxvk
    Auf GitHub ansehen↗8,080
  • dominicbreuker/pspyAvatar von DominicBreuker

    DominicBreuker/pspy

    5,880Auf GitHub ansehen↗

    Starts a Docker container with source code mounted so developers can edit on the host and run Go commands inside.

    Goctfenumerationgolang
    Auf GitHub ansehen↗5,880
  • lxc/lxdAvatar von lxc

    lxc/lxd

    5,554Auf GitHub ansehen↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Measures container creation and start times, with freezing to isolate launch performance.

    Go
    Auf GitHub ansehen↗5,554
  • microsoft/vscode-dev-containersAvatar von microsoft

    microsoft/vscode-dev-containers

    4,747Auf GitHub ansehen↗

    Dieses Projekt ist ein containerbasierter Workspace-Orchestrator und ein Standard für die Definition von Entwicklungsumgebungen mittels Docker. Es bietet einen Mechanismus zur Automatisierung des Builds, Starts und der Verwaltung isolierter Toolchains und stellt sicher, dass Software-Abhängigkeiten und Runtimes vom lokalen Host-System getrennt sind. Das System ermöglicht die Verteilung von Umgebungsdefinitionen, Editoreinstellungen und Toolchain-Konfigurationen über die Versionsverwaltung. Dies gewährleistet Portabilität und Standardisierung über Teams hinweg und ermöglicht es Mitwirkenden, identische Workspaces auf verschiedenen Maschinen zu instanziieren. Es unterstützt zudem die Remote-Container-Entwicklung durch die Verbindung eines lokalen Editors mit Docker-Engines, die auf Remote-Servern gehostet werden. Das Toolset deckt die Workspace-Bereitstellung durch benutzerdefinierte Dockerfiles und Konfigurationsdateien ab, zusammen mit dem Lebenszyklusmanagement für das Starten, Stoppen und Anhängen an Container. Es umfasst Funktionen zum Mounten lokaler Ordner in isolierte Volumes, zum Weiterleiten von Netzwerk-Ports an den Host und zum Ausführen von Editor-Erweiterungen direkt innerhalb der containerisierten Umgebung. Das Tool bietet CLI-Dienstprogramme zum Erstellen von Container-Images, zum Orchestrieren des Umgebungsstarts und zum Ausführen von Remote-Befehlen.

    Opens local folders inside a container by mounting the filesystem to develop in a controlled environment.

    Shellcodespacescontainersdev-containers
    Auf GitHub ansehen↗4,747
  1. Home
  2. Development Tools & Productivity
  3. Command Execution
  4. Host-to-Container Program Launch

Unter-Tags erkunden

  • Container Launch BenchmarkingsMeasures the time to create and start containers, with an option to freeze them to isolate launch time. **Distinct from Host-to-Container Program Launch:** Distinct from Host-to-Container Program Launch: focuses on benchmarking launch time, not executing host programs inside containers.
  • Containerised Development ShellsDevelopment shells that run inside containers with source code mounted for host-side editing. **Distinct from Host-to-Container Program Launch:** Distinct from Host-to-Container Program Launch: focuses on providing an interactive shell environment rather than launching a specific program.
  • Folder Mount LaunchingLaunching a development environment by mounting a host folder into a container. **Distinct from Host-to-Container Program Launch:** Distinct from Host-to-Container Program Launch by mounting an entire directory for development rather than executing a single binary.