awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

16 repository-uri

Awesome GitHub RepositoriesContainer Port Mappings

Configurations for exposing internal container services to external host networks.

Explore 16 awesome GitHub repositories matching devops & infrastructure · Container Port Mappings. Refine with filters or upvote what's useful.

Awesome Container Port Mappings GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • openhands/openhandsAvatar OpenHands

    OpenHands/OpenHands

    77,330Vezi pe GitHub↗

    OpenHands is an autonomous agent framework designed for software engineering workflows. It provides a modular platform for orchestrating AI agents that reason, plan, and execute tasks within isolated, containerized development environments. By integrating with standard version control and development tools, the system enables agents to autonomously navigate codebases, implement features, and resolve issues through iterative reasoning and tool execution. The platform distinguishes itself through a model-agnostic orchestrator that connects diverse language models to a unified tool registry. It

    Map internal container ports to host ports to expose agent services running within isolated environments.

    Pythonagentartificial-intelligencechatgpt
    Vezi pe GitHub↗77,330
  • yeasy/docker_practiceAvatar yeasy

    yeasy/docker_practice

    26,111Vezi pe GitHub↗

    This project is a Docker educational resource and a collection of practical examples designed for learning containerization technologies. It serves as a guide for understanding container fundamentals, including the creation and management of custom images and the use of registries. The repository provides specialized references for container security hardening, such as managing kernel privileges and implementing supply chain security. It also includes tutorials for multi-container orchestration and a DevOps guide focused on CI/CD automation and image optimization. The material covers a broad

    Configures port mappings to expose internal container services to external host networks.

    Gobookcloud-computingcontainer
    Vezi pe GitHub↗26,111
  • wsargent/docker-cheat-sheetAvatar wsargent

    wsargent/docker-cheat-sheet

    22,529Vezi pe GitHub↗

    This project is an administrative reference for Docker, providing guides and command references for system maintenance, image building, network configuration, and security hardening. It serves as a comprehensive manual for managing the container lifecycle and performing general system administration. The reference covers the construction and optimization of images through build files, layering strategies, and registry integration. It also provides instructions for configuring isolated virtual networks, mapping ports, and implementing security hardening using Linux capabilities and read-only f

    Explains how to map container ports to the host machine network interface for external service accessibility.

    Vezi pe GitHub↗22,529
  • goauthentik/authentikAvatar goauthentik

    goauthentik/authentik

    22,035Vezi pe GitHub↗

    Authentik is a centralized identity and access management platform designed to serve as a unified authentication authority. It enables enterprise single sign-on across diverse applications and services, providing a cloud-native identity provider that manages user sessions and security protocols from a single location. The platform distinguishes itself through a policy-driven flow engine and a visual orchestration interface. This allows administrators to design complex, custom authentication workflows by chaining modular verification stages and conditional logic. These workflows can be further

    Adjusts exposed web traffic ports by modifying container service configurations to match infrastructure requirements.

    Pythonauthenticationauthentikauthorization
    Vezi pe GitHub↗22,035
  • kubernetes-sigs/kindAvatar kubernetes-sigs

    kubernetes-sigs/kind

    15,320Vezi pe GitHub↗

    This project is a local Kubernetes cluster manager and tool that runs control plane and worker nodes as containers on a host machine. It provides an environment for local development and automated testing by emulating a full Kubernetes cluster within a container runtime. The tool enables the creation of multi-node topologies and high-availability control planes through configuration files. It supports image sideloading to transfer container images directly from the host to nodes, bypassing remote registries, and allows for offline deployments using pre-built node images. Capabilities include

    Routes traffic from the host machine to containerized nodes via port forwarding for API and service access.

    Godockergolangk8s-sig-testing
    Vezi pe GitHub↗15,320
  • kubernetes/komposeAvatar kubernetes

    kubernetes/kompose

    10,542Vezi pe GitHub↗

    Kompose is a suite of conversion utilities designed to translate container composition files into cloud-native cluster resource definitions. It serves as a migration tool that transforms local development specifications into production-ready manifests for Kubernetes and OpenShift. The tool functions as a translation engine that maps container specifications, network settings, and workload definitions into cluster resources. It supports target-specific manifest generation through dedicated providers, allowing for the creation of resources tailored to different environment distributions. The p

    Maps exposed ports and network rules to cluster service specifications to ensure connectivity.

    Go
    Vezi pe GitHub↗10,542
  • askmike/gekkoAvatar askmike

    askmike/gekko

    10,179Vezi pe GitHub↗

    Gekko is a Node.js trading platform and automated Bitcoin trading bot designed to execute buy and sell orders across multiple cryptocurrency exchanges. It functions as an algorithmic trading system that uses a standardized exchange integration gateway to connect with various external trading platforms. The system includes a backtesting engine that simulates trading strategies against historical market data to evaluate performance before live deployment. It employs an adapter-based integration model to normalize diverse exchange API responses into a consistent internal format. The platform pr

    Manages port mappings to expose internal containerized services to external host networks.

    JavaScriptbitcoinexchangegekko
    Vezi pe GitHub↗10,179
  • microsoft/vscode-copilot-chatAvatar microsoft

    microsoft/vscode-copilot-chat

    9,493Vezi pe GitHub↗

    This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for generating, refactoring, and debugging code. It functions as an AI agent framework and a Model Context Protocol client, connecting AI models to external data sources and tools to automate complex development tasks. The system is distinguished by its use of autonomous AI agents capable of multi-step task execution, including the ability to read files, modify code, and run terminal commands iteratively. It supports recursive agent orchestration through subagent delegation and employ

    Maps container ports to the host machine to allow access to services running within the environment.

    TypeScript
    Vezi pe GitHub↗9,493
  • shekhargulati/52-technologies-in-2016Avatar shekhargulati

    shekhargulati/52-technologies-in-2016

    7,311Vezi pe GitHub↗

    This project serves as a comprehensive educational repository and technical reference collection, documenting a wide range of software engineering practices and modern development technologies. It provides a structured learning path for developers, curating tutorials and practical examples that cover the full lifecycle of application development, from initial project scaffolding to deployment and maintenance. The repository distinguishes itself by offering deep technical insights into complex architectural patterns, including actor-based concurrency models for managing parallel tasks and cont

    Maps internal container ports to host system ports for external service accessibility.

    JavaScriptawesomeawesome-listblog
    Vezi pe GitHub↗7,311
  • docker-library/official-imagesAvatar docker-library

    docker-library/official-images

    6,972Vezi pe GitHub↗

    This project is a collection of curated and standardized Docker base images that serve as reliable starting points for building containerized applications. It functions as an OCI container image repository and a build template library, providing a central source of truth for images that adhere to Open Container Initiative standards for portability. The project utilizes an automated image lifecycle pipeline to build, tag, and push images, ensuring that dependencies remain current and security patches are applied. It specifically supports cross-platform distribution by providing a multi-archite

    Configures the network ports on which a container listens to facilitate external traffic mapping.

    Shell
    Vezi pe GitHub↗6,972
  • testcontainers/testcontainers-goAvatar testcontainers

    testcontainers/testcontainers-go

    4,889Vezi pe GitHub↗

    testcontainers-go is a Docker integration testing library for Go designed to provision and manage disposable containerized infrastructure. It functions as a container lifecycle manager and ephemeral infrastructure provisioner, allowing developers to programmatically create, start, and destroy containers as dependencies for automated integration tests. The library acts as a Docker network orchestrator by mapping container ports to random host ports and resolving network endpoints for test clients. This capability enables parallel test execution by preventing network collisions and ensures that

    Resolves host addresses and mapped ports of running containers to establish client connections for tests.

    Goautomationdockergo
    Vezi pe GitHub↗4,889
  • dotnet/dotnet-dockerAvatar dotnet

    dotnet/dotnet-docker

    4,828Vezi pe GitHub↗

    This project provides a collection of official base images for building and running .NET applications across various operating systems and hardware architectures. It includes standardized runtime environments, containerized development kits, and specialized images designed for isolated application execution. The collection is distinguished by its focus on image optimization and security hardening. It offers distroless images that remove shells and package managers to reduce the attack surface, as well as composite layering and ahead-of-time compilation to improve startup performance and lower

    Allows running pre-built container images and mapping container ports to host ports for network accessibility.

    Dockerfile
    Vezi pe GitHub↗4,828
  • runfinch/finchAvatar runfinch

    runfinch/finch

    4,036Vezi pe GitHub↗

    Finch is a virtual machine-based container runtime and OCI container management CLI used for local container development. It operates by running container workloads inside a background virtual machine to isolate them from the host operating system. The project serves as an OCI image builder and a multi-container service orchestrator for simulating complex production environments on a workstation. The runtime functions as a cross-platform container engine, utilizing emulation layers to execute container images built for foreign CPU architectures. It distinguishes its image distribution through

    Maps internal container ports to external host ports to enable access to containerized services.

    Gocontainerdcontainerslima-vm
    Vezi pe GitHub↗4,036
  • datawhalechina/vibe-vibeAvatar datawhalechina

    datawhalechina/vibe-vibe

    3,126Vezi pe GitHub↗

    vibe-vibe is an LLM agent engineering framework and toolchain optimizer designed for orchestrating multi-agent systems. It serves as a comprehensive guide and methodology for transforming conceptual ideas into deployed applications through agentic software engineering. The project focuses on the orchestration of specialized AI agent roles with defined collaboration boundaries and iterative feedback loops. It provides frameworks for toolchain optimization, including the selection and evaluation of protocols that extend model capabilities and the design of standardized tool interfaces. The sys

    Routes traffic from public IP addresses to internal container ports to host multiple applications.

    agentagentic-aiai
    Vezi pe GitHub↗3,126
  • theporgs/exegolAvatar ThePorgs

    ThePorgs/Exegol

    2,925Vezi pe GitHub↗

    Exegol is an offensive security platform and containerized tooling orchestrator designed to deploy and manage isolated security operations environments. It functions as a workspace manager that provisions pre-configured security images and toolkits within Docker containers to protect host systems from malicious payloads. The platform distinguishes itself by integrating AI security workflow orchestration, allowing AI assistants to discover and trigger security tools through a standardized communication protocol. It further provides remote desktop gateway capabilities, enabling GUI access via X

    Exposes internal container services to the host interface using TCP, UDP, or SCTP port mappings.

    Pythonctfdockerhacking
    Vezi pe GitHub↗2,925
  • rootless-containers/rootlesskitAvatar rootless-containers

    rootless-containers/rootlesskit

    1,273Vezi pe GitHub↗

    RootlessKit is a tool for running container workloads and isolated process trees securely as a standard non-privileged user without holding root access on the host. It creates unprivileged user and mount namespaces to simulate fake root execution environments, allowing users to execute container workloads and manage resource groups safely. The project provides capabilities for rootless port forwarding and unprivileged network namespace isolation, routing container network traffic through user-mode packet translation without requiring privileged kernel setup. It includes multiple backend netwo

    Exposes internal container services to external host networks.

    Gorootless-containers
    Vezi pe GitHub↗1,273
  1. Home
  2. DevOps & Infrastructure
  3. Container Orchestration
  4. Networking & Connectivity
  5. Container Port Mappings