docker network create --internal mynet
Category: Docker
docker network create --internal mynet
Create an isolated internal network (no external access)
Creates a network with no external connectivity — containers can talk to each other but not the internet.