Network Management
Create and manage Docker networks
Overview
Dockerman provides a visual interface for managing Docker networks. View existing networks, create new ones, and connect or disconnect containers.
Network List
The Networks page lists every Docker network with:
- Network name and ID
- Driver type (bridge, host, overlay, …)
- Scope (local, swarm)
- Number of connected containers
Creating a Network
- Click Create on the Networks page
- Configure:
- Network name
- Driver (bridge is the most common)
- Subnet and gateway (optional)
- Enable IPv6 (optional)
- Click Create
Connecting Containers
- Click a network to open its detail view
- Use Connect to add a container to the network
- Use Disconnect to remove a container
Inspecting a Network
The detail view shows the full network configuration, including:
- IPAM settings
- Connected containers with their IP addresses
- Network options and labels
Removing a Network
Click Remove to delete a network. The network must have no connected containers.