Network drivers bridge : The default network driver. host : For standalone containers , remove network isolation between the container and the Docker host, and use the host's networking directly. overlay : Overlay networks connect multiple Docker daemons together and enable swarm services to communicate with each other. Also, how do I add a network to a docker container? Connect a container to a network when it starts You can also use the docker run -- network =< network -name> option to start a container and immediately connect it to a network . Also Know, does each Docker container have its own IP? Each container has its own IP address… however, the realm (in the sense of RFC3102 et seq.) in which these IP addresses exist varies. So this IP address MIGHT be visible to other machines on your network… or MIGHT only be visible to other Docker containers running on the same host machine. Additionally, how do I find my Docker network ...