culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What is a Docker network?

    Answers

    A physical connection between Docker servers
    A system for connecting Docker containers to each other or to the outside worldCorrect
    A social network for Docker users
    A diagram of the Docker architecture

    A Docker network is a system that allows communication between containers or between containers and the outside world. Docker provides different types of networks (bridge, host, overlay, macvlan, none) for various connectivity, isolation and performance scenarios.