awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • bottlesdevs/bottlesالصورة الرمزية لـ bottlesdevs

    bottlesdevs/Bottles

    8,080عرض على GitHub↗

    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
    عرض على GitHub↗8,080
  • dominicbreuker/pspyالصورة الرمزية لـ DominicBreuker

    DominicBreuker/pspy

    5,880عرض على GitHub↗

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

    Goctfenumerationgolang
    عرض على GitHub↗5,880
  • lxc/lxdالصورة الرمزية لـ lxc

    lxc/lxd

    5,554عرض على GitHub↗

    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
    عرض على GitHub↗5,554
  • microsoft/vscode-dev-containersالصورة الرمزية لـ microsoft

    microsoft/vscode-dev-containers

    4,747عرض على GitHub↗

    هذا المشروع عبارة عن منسق مساحة عمل قائم على الحاويات ومعيار لتحديد بيئات التطوير باستخدام Docker. يوفر آلية لأتمتة بناء وتشغيل وإدارة سلاسل الأدوات المعزولة، مما يضمن فصل تبعيات البرامج وأوقات التشغيل عن نظام المضيف المحلي. يُمكّن النظام من توزيع تعريفات البيئة، وإعدادات المحرر، وتكوينات سلسلة الأدوات عبر التحكم في المصدر. يضمن هذا قابلية النقل والتوحيد القياسي عبر الفرق، مما يسمح للمساهمين بإنشاء مساحات عمل متطابقة على أجهزة مختلفة. كما يدعم تطوير الحاويات عن بُعد عن طريق توصيل محرر محلي بمحركات Docker المستضافة على خوادم بعيدة. تغطي مجموعة الأدوات توفير مساحة العمل من خلال ملفات Dockerfiles وملفات التكوين المخصصة، إلى جانب إدارة دورة الحياة لبدء وإيقاف وإرفاق الحاويات. تتضمن قدرات لتركيب المجلدات المحلية في وحدات تخزين معزولة، وإعادة توجيه منافذ الشبكة إلى المضيف، وتنفيذ إضافات المحرر مباشرة داخل البيئة المعبأة في حاويات. توفر الأداة أدوات سطر أوامر لبناء صور الحاويات، وتنسيق بدء تشغيل البيئة، وتنفيذ الأوامر عن بُعد.

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

    Shellcodespacescontainersdev-containers
    عرض على GitHub↗4,747
  1. Home
  2. Development Tools & Productivity
  3. Command Execution
  4. Host-to-Container Program Launch

استكشف الوسوم الفرعية

  • 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.