docker network create
NetworkingCreate a Docker network
Examples
Common usage examples
Create a network
docker network create mynetworkCreate bridge network
docker network create --driver bridge mynetworkRelated Commands
You might also find these useful