What are the three networks that are built into docker engine?



  • Docker provides three type of networks. Bridge, Host, and None.

    $ docker network ls
    NETWORK ID          NAME                DRIVER              SCOPE
    6f2b943d039d        bridge              bridge              local
    3a6f50d2daf8        host                host                local
    cf61b9e59225        none                null                local
    

Log in to reply
 

© Lightnetics 2024