Dockerman Docs

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

  1. Click Create on the Networks page
  2. Configure:
    • Network name
    • Driver (bridge is the most common)
    • Subnet and gateway (optional)
    • Enable IPv6 (optional)
  3. Click Create

Connecting Containers

  1. Click a network to open its detail view
  2. Use Connect to add a container to the network
  3. 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.