docker-networking

There are 32 repositories under docker-networking topic.

  • Haxxnet/Compose-Examples

    Various Docker Compose examples of selfhosted FOSS and proprietary projects.

  • arsitektur-jaringan-komputer/Pelatihan-Docker

    Modul Docker Mastery Bootcamp: From Zero to Hero

    Language:JavaScript343210
  • KatharaFramework/NetworkPlugin

    Docker Network Plugin used by Kathará to create pure L2 networks.

    Language:Go20667
  • jayeen28/falcon-boilerplate

    Node.js backend boilerplate with express.js socket.io and mysql/postgresql(prisma).

    Language:JavaScript16102
  • frfahim/network-namespace

    Basic understanding of network namespace

  • Dr4ks/Docker_Labs_Solution

    This repository contains questions and answers for the Docker labs on the Kodekloud platform. The questions are designed to help you learn about the fundamentals of Docker, including how to build, run, and manage Docker containers. The answers are comprehensive and easy to understand, and they include code examples where appropriate.

  • obeone/traefik_network_connector

    Dynamically connects Traefik to the required Docker networks, eliminating the need for a shared network for all web services. It listens to Docker events and manages network attachments, ensuring Traefik only joins networks of labeled containers. This improves service isolation and simplifies multi-service deployments.

    Language:Python9113
  • Subhodip1307/WooDns

    WooDns is a lightweight Rust-based local DNS server that maps Docker container names to their internal IPs. No need to expose ports to the host, just use container names like hostnames!

    Language:Rust5
  • penumbra23/SharpNS

    DNS server with REST API management

    Language:C#4141
  • Hifza-Khalid/docker-complete-guide

    A comprehensive guide to Docker 🐳, covering fundamental concepts 📖, practical commands 🛠️, Docker Compose ⚙️, networking 🌐, image management 🖼️, and real-world application deployment 🚀.

  • devkimchi/container-orchestration-sample

    This provides sample apps using .NET and Java, with various usage with Dockerfile, without Dockerfile, container orchestration with Docker Compose and .NET Aspire, and deployment to a k8s cluster with .NET Aspire and Aspir8.

    Language:C#2202
  • ANSANJAY/DockerEssentialsGuide

    An in-depth guide to Docker, covering containerization principles, Dockerfile creation, image management, orchestration, and best practices to streamline development and deployment processes. Perfect for all levels.

  • bibekgupta3333/docker-practical-guide

    Hands-on Docker learning repository with 8 practical labs covering FastAPI, volumes, networking, multi-stage builds, image management, Docker Swarm, Docker Bake, and LocalStack AWS integration.

    Language:Shell11
  • eugengi/docker-devops

    Essentials for docker and docker compose for day to day devops operations.

    Language:Dockerfile1
  • felipevcc/docker-networking

    Docker networking and Docker Compose.

    Language:JavaScript110
  • Gurram2001/devops-monitoring-stack

    The complete DevOps lifecycle by deploying a Dockerized Flask web application to an Azure VM, with real-time monitoring enabled via Prometheus and visualized through Grafana. Metrics are exposed, and all components are connected via Docker network. GitHub Actions automates CI/CD by building, pushing, and deploying containers seamlessly.

    Language:Python1
  • kesaralive/docker-networking

    Diving Deeper into Docker Networking with Docker Compose

  • Goxii

    MalaryLib/Goxii

    Goxii, wierd name, I know. It's Go + Proxy, which tells you just about all you need to know. This proxy works on the TCP layer and provides IP based filtering to protect assets behind a VLAN from unwanted access. This was primarily designed to work with Docker networks as a way of not exposing some development ports to my internal network.

    Language:Go1141
  • maxcharm093/falcon-boilerplate

    Node.js backend boilerplate with express.js socket.io and mysql/postgresql(prisma).

    Language:JavaScript1000
  • oelmarzougui/OSPF-Routing-Protocol-Configuration-on-Docker

    In this project, we configure the OSPF dynamic routing protocol with Docker.

  • springbootredis

    recepinanc/springbootredis

    A Demo Dockerized Spring Boot Application with Dockerized Redis

    Language:Java110
  • sezergemtsov/KafkaAndDocker

    Simple custom kafka configuration for studying

  • eastonyarbrough/afs-205

    College assignments from Bryan University over creating servers and reverse proxies using web servers (e.g. NGINX, Apache) and common web communication protocols. This course also covers server deployment with Docker, from initial configuration to the cloud and to create, deploy, and run applications.

    Language:C#0100
  • navlok-mishra/docker

    Information about docker

  • Shreyas-s14/cc-microservices-comms

    Mini project for the course "Cloud Computing". The task is to setup a few microservices via docker containers and have them intercommunicate via rabbitmq

    Language:Python0103
  • DLSNemsara/dockerized-spring-todo-api

    A production-ready, containerized To-Do API built with Spring Boot. Features a multi-stage Dockerfile, Docker volumes for persistent data, and a custom bridge network for communication.

    Language:Java
  • fertlopus/reactAppCuriousity

    Just networking and design experimentation with JS, React and Node.js in simple application with FrontEnd and BackEnd. Just for personal curiosity. Not a project.

    Language:JavaScript
  • Ravi0529/DOCKER

    Comprehensive Docker knowledge from YouTube creators

    Language:Dockerfile
  • sebastiandg7/multi-docker-compose-networking

    Networking between multiple docker-compose configurations

    Language:JavaScript10
  • SwatiVerma2/Docker-Notes

    A collection of concise notes covering essential Docker concepts, commands, and practices.

  • TheToriqul/docker-bridge-networks

    The project implements a multi-layered network architecture utilizing Docker's native networking capabilities and custom bridge networks.