Quick Actions
docker network
Description
Manage Docker networks.
Command
docker network
Examples
List networks
docker network ls
Create network
docker network create my-network
Connect container to network
docker network connect my-network my-container
Command Info
Category:
Networking
Type:
Docker
Views:
13
Status:
Active
Tags
network
connectivity