Create a Docker network
Create a network
docker network create mynetwork
Create bridge network
docker network create --driver bridge mynetwork