awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesContainer Network and Volume Configuration

Instruction on establishing container bridge networks and persistent storage volumes.

Distinct from Container Storage Persistence: Distinct from Container Storage Persistence: combines both networking and storage configuration into a unified instructional topic.

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

Awesome Container Network and Volume Configuration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • yeasy/docker_practiceyeasy 的头像

    yeasy/docker_practice

    26,111在 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

    Provides instructions for establishing container bridge networks and persistent storage volumes.

    Gobookcloud-computingcontainer
    在 GitHub 上查看↗26,111
  • projectatomic/buildahprojectatomic 的头像

    projectatomic/buildah

    8,895在 GitHub 上查看↗

    Buildah 是一个无守护进程的容器工具,用于构建和管理符合 OCI 标准的容器镜像。它作为一个命令行实用程序,无需后台进程或 root 权限即可创建和修改镜像。 该工具将 Dockerfile 指令转换为标准镜像,并允许通过提交运行中容器的状态来生成镜像。它支持从头开始或从基础镜像创建镜像,确保所有输出符合 Open Container Initiative(OCI)的可移植性规范。 除了镜像构建,它还提供本地镜像生命周期管理功能,包括标记、重命名以及在注册表之间移动镜像。它还通过将根文件系统挂载到主机目录以进行文件编辑和元数据配置,实现了对容器文件系统的直接操作。

    Provides utilities for updating and inspecting internal settings and configuration details of container images.

    Go
    在 GitHub 上查看↗8,895
  • bootdotdev/curriculumbootdotdev 的头像

    bootdotdev/curriculum

    3,415在 GitHub 上查看↗

    This project is an interactive programming curriculum and educational system designed to teach computer science and software engineering. It provides a structured set of courses and professional roadmaps focused on backend engineering, DevOps, and systems fundamentals. The platform is distinguished by an AI-powered coding tutor that provides Socratic guidance and contextual hints to help students find solutions independently. It features a browser-based code sandbox using WebAssembly to eliminate local environment setup, alongside automated test-based grading and spaced-repetition logic to re

    Covers establishing bridge networks to connect containers and creating volumes to persist data.

    algorithmscomputer-sciencecurriculum
    在 GitHub 上查看↗3,415
  • moncho/drymoncho 的头像

    moncho/dry

    3,225在 GitHub 上查看↗

    Dry is a container lifecycle manager and cluster orchestrator designed to control groups of containers, services, and stacks across multiple nodes. It functions as a resource manager for inspecting and cleaning up images, persistent volumes, and network configurations, while providing a terminal-based dashboard for monitoring system events and resource usage. The project enables the coordination of distributed workloads through service-stack grouping and cluster orchestration. It provides a centralized control plane to synchronize the deployment and scaling of complex application architecture

    Handles the creation and management of isolated virtual network layers and persistent storage volumes for container connectivity.

    Godockerdocker-clidocker-engine
    在 GitHub 上查看↗3,225
  • compose-spec/compose-speccompose-spec 的头像

    compose-spec/compose-spec

    2,618在 GitHub 上查看↗

    This project is a declarative container orchestration standard and a vendor-neutral application model. It provides a portable configuration format for describing multi-container applications, including their services and dependencies, to enable consistent deployments across different environments. The specification focuses on cloud-agnostic deployment, allowing application definitions to be translated into platform-specific resources for various container orchestrators and cloud provider APIs, including Kubernetes. It facilitates portability from local development to production by separating

    Declares inter-service communication networks and persistent storage volumes as first-class YAML constructs.

    Dockerfilecomposecontainersdocker
    在 GitHub 上查看↗2,618
  • red5d/docker-autocomposeRed5d 的头像

    Red5d/docker-autocompose

    2,563在 GitHub 上查看↗

    docker-autocompose is a tool that converts running Docker containers into YAML configuration files for reproduction and deployment. It functions as a container configuration exporter and YAML orchestration utility, harvesting runtime variables, volume mounts, and port mappings from active containers. The project enables the generation of Docker Compose definitions by merging multiple container identifiers into single unified configuration files. This process allows for the recovery of undocumented container setups and the migration of manual deployments into version-controlled infrastructure

    Harvests runtime variables, volume mounts, and port mappings from existing containers to create configuration files.

    Pythonautomationcomposedocker
    在 GitHub 上查看↗2,563
  1. Home
  2. DevOps & Infrastructure
  3. Container Storage Persistence
  4. Container Network and Volume Configuration

探索子标签

  • Image Metadata ConfigurationDefinition of environment settings, user identities, and health checks within a container image. **Distinct from Container Network and Volume Configuration:** Broadens the focus to include users and health checks beyond just networks and volumes.
  • Runtime Configuration ExtractorsUtilities that harvest networking and storage settings from active containers. **Distinct from Container Network and Volume Configuration:** The parent describes the configuration itself; this focuses on the extraction process from a running instance.