Unraid: How to Create a Custom (User-Defined) Docker Network

    23
    12



    In terms of Docker, a bridge network uses a software bridge that allows containers connected to the same bridge network to communicate, while providing isolation from containers that are not connected to that bridge network.

    The Docker bridge driver automatically installs rules in the host machine so that containers on different bridge networks cannot communicate directly with each other.

    Bridge networks apply to containers running on the same Docker daemon host. For communication among containers running on different Docker daemon hosts, you can either manage routing at the OS level, or you can use an overlay network.

    When you start Docker, a default bridge network (also called bridge) is created automatically, and newly-started containers connect to it unless otherwise specified. You can also create user-defined custom bridge networks. User-defined bridge networks are superior to the default bridge network.

    Read more here on the differences and benefits: https://docs.docker.com/network/bridge/#differences-between-user-defined-bridges-and-the-default-bridge

    ============= LINKS ================
    You can find all of our links on the IBRAHUB
    https://ibracorp.io/ibrahub

    ============= SUPPORT US ================
    Subscribe on our website: https://ibracorp.io/memberships

    Your subscription directly helps us give back to the community and keep things afloat such as our community on Discord and on YouTube.

    Pick from three different membership levels to choose how you want to support us!

    You’ll be given an instant Discord role to match your donations, completely automated.

    ============= PAYPAL ================
    Prefer to donate via PayPal?
    You can donate to us right here: https://paypal.me/ibracorp

    We really appreciate your support in any shape or form.

    ============= AFFILIATES ================
    Sign up to Linode with our partner link and get $100 in credit!
    Help support us by supporting yourself!

    https://linode.gvw92c.net/IBRACORP

    ============= CONTACT ================
    If you require support or have any questions you can join our Discord: https://discord.gg/VWAG7rZ

    ======================================
    #docker #network #custom
    docker compose tailscale docker network docker networking ibracorp unraid

    source

    Previous articleAdd Windows Registry on Windows-like systems – Ansible module win_regedit
    Next articleDeploy NodeJS App to Kubernetes | Docker + Kubernetes | Basic Tutorial

    12 COMMENTS