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

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

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

6 مستودعات

Awesome GitHub RepositoriesContainer Network Attachments

Attaching network interfaces directly into a container's network namespace via plugin execution.

Distinct from Network Namespace Virtualization: Distinct from Network Namespace Virtualization: focuses on attaching interfaces to container namespaces, not creating isolated TCP/IP stacks.

Explore 6 awesome GitHub repositories matching devops & infrastructure · Container Network Attachments. Refine with filters or upvote what's useful.

Awesome Container Network Attachments GitHub Repositories

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

    collabnix/dockerlabs

    8,008عرض على GitHub↗

    dockerlabs is a collection of educational labs and technical tutorials designed to teach the fundamentals of containerization and microservice architecture. It provides instructional material and hands-on exercises covering image optimization, security training, infrastructure setup, and cluster orchestration. The project features specific courses and guides focused on reducing image size through multi-stage builds, securing workloads via vulnerability scanning and encrypted networks, and deploying multi-node clusters with high availability using Swarm orchestration. The materials cover a br

    Covers attaching containers to specific network drivers to manage service communication and isolation.

    PHPadvancebeginnersdocker
    عرض على GitHub↗8,008
  • weaveworks/weaveالصورة الرمزية لـ weaveworks

    weaveworks/weave

    6,614عرض على GitHub↗

    Weave is a multi-host container networking tool that connects containers running on different physical machines into a single virtual network. It creates a software-defined overlay network spanning multiple hosts, enabling containers to communicate directly with each other as if they were on the same local switch. The system provides automatic service discovery, resolving container names to network addresses across hosts without manual configuration. Traffic between containers on different hosts is secured through encrypted tunnels, preventing eavesdropping and tampering. Weave also includes

    Attaches containers to a virtual Ethernet bridge for direct L2 connectivity across hosts.

    Go
    عرض على GitHub↗6,614
  • containernetworking/cniالصورة الرمزية لـ containernetworking

    containernetworking/cni

    6,050عرض على GitHub↗

    Attaches network interfaces into container network namespaces by executing plugins.

    Gocontainersdockerkubernetes
    عرض على GitHub↗6,050
  • 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

    Adds a virtual network interface to an instance or profile, connecting it to a managed or external network.

    Go
    عرض على GitHub↗5,554
  • lxc/incusالصورة الرمزية لـ lxc

    lxc/incus

    4,893عرض على GitHub↗

    Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual machines through a single control plane. It brings together cluster infrastructure management, secure multi-tenancy, software-defined networking, and pluggable storage backend orchestration into one cohesive system exposed via a full REST API and command-line interface. What distinguishes Incus is its ability to run multiple instance types side by side—full Linux system containers, OCI application containers, and QEMU virtual machines—all managed with consistent tooling. Networkin

    Connects a managed network to a container or virtual machine as a NIC device with a chosen interface name.

    Gocloudcontainershacktoberfest
    عرض على GitHub↗4,893
  • testcontainers/testcontainers-dotnetالصورة الرمزية لـ testcontainers

    testcontainers/testcontainers-dotnet

    4,317عرض على GitHub↗

    Testcontainers for .NET هي مكتبة اختبار Docker وإطار عمل لاختبار التكامل مصمم لإدارة دورة حياة الحاويات المؤقتة. توفر تجريدات عالية المستوى كغلاف لواجهة برمجة تطبيقات Docker لتوفير بنية تحتية سريعة الزوال، واستبدال المحاكيات (mocks) بقواعد بيانات حقيقية، ومراسلات، ومثيلات محركات بحث لضمان بيئات اختبار معزولة وقابلة للتكرار. يتميز المشروع بنمط حاوية تكوين البناء وآلية ربط المنافذ الديناميكية التي تمنع التصادمات أثناء تنفيذ الاختبار المتزامن. يتيح اتصالاً موثوقاً بين الخدمات عبر تنسيق الشبكة الافتراضية وتسمية الشبكة المستعارة، ويضمن توفر الخدمة من خلال فحوصات الجاهزية القائمة على الاستطلاع (polling) لنقاط نهاية HTTP ومنافذ TCP. توفر المكتبة وحدات متخصصة لقواعد البيانات العلائقية، وNoSQL، وقواعد بيانات المتجهات، بالإضافة إلى وسطاء المراسلة ومحاكيات الخدمات السحابية. تمتد قدراتها إلى تكوين صور الحاويات، وجمع السجلات، ومحاكاة ظروف الشبكة للتحقق من مرونة النظام. تدعم الاتصال بأوقات تشغيل Docker المحلية والبعيدة من خلال متغيرات البيئة وملفات التكوين الموحدة.

    Allows attaching existing containers to virtual networks to enable communication between disparate resources.

    C#automationdockerdotnet
    عرض على GitHub↗4,317
  1. Home
  2. DevOps & Infrastructure
  3. Infrastructure
  4. Networking
  5. Routing
  6. Network Virtualization Tools
  7. Network Namespace Virtualization
  8. Container Network Attachments

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

  • Bridge-Based AttachmentsAttaches containers to a virtual Ethernet bridge on each host for direct L2 connectivity within an overlay network. **Distinct from Container Network Attachments:** Distinct from Container Network Attachments: focuses on bridge-based L2 attachment for overlay networking, not general interface attachment via plugins.
  • Network Interface Attachment Modes3 وسوم فرعيةConnects an instance to a network using bridging, MACVLAN, SR-IOV, OVN, physical pass-through, IPVLAN, point-to-point, or routed modes. **Distinct from Container Network Attachments:** Distinct from Container Network Attachments: covers multiple attachment modes (bridging, MACVLAN, SR-IOV, OVN, physical pass-through, IPVLAN, point-to-point, routed), not just container namespace attachment.
  • Point-to-Point NIC AttachmentsCreates a virtual device pair with one end in the instance and the other on the host for direct connectivity. **Distinct from Routed NIC Attachment to Virtual Machines:** Distinct from Routed NIC Attachment to Virtual Machines: creates a direct virtual pair, not using host network routing.
  • Routed NIC Attachment to Virtual MachinesAttaches a NIC that uses the host network's routing, requiring manual gateway configuration or cloud-init for VMs. **Distinct from Container Network Attachments:** Distinct from Container Network Attachments: attaches a routed NIC using host network routing, requiring manual gateway configuration or cloud-init for VMs.