Docker Networks

Manage software-defined networks for container isolation.

Network List

Shows all active networks on the Docker host.

  • Bridge: Default network type for standalone containers.
  • Host: Removes network isolation, sharing the host's networking namespace.
  • Overlay: Used for Swarm mode (if active).

Actions

delete

Delete

Remove a specific custom network. Default networks cannot be deleted.

cleaning_services

Prune

Bulk remove all networks NOT currently used by any container.