Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.62 KB

File metadata and controls

48 lines (31 loc) · 1.62 KB

Docker Networks

GitHub Repo stars GitHub Actions Workflow Status GitHub Downloads (all assets, latest release) GitHub Closed Issues GitHub Closed Pull Requests

Manage Docker networks directly from the Unraid web UI.

Install

Option 1: Unraid Community Applications

In Unraid, go to Apps and search for:

docker networks

Option 2: Unraid Plugin Manager

In Unraid, go to Plugins → Install Plugin and paste:

https://raw.githubusercontent.com/mstrhakr/docker.networks/main/docker.networks.plg

Basic Usage

  1. Open Docker → Networks.
  2. Click Refresh to load current networks.
  3. Click + Create Network to add a new network.
  4. Use Edit to update network description/metadata.
  5. Use Manage to connect or disconnect containers.
  6. Use Delete to remove custom networks.

Default/system networks (for example bridge, host, none, and parent-interface system networks like bond0/eth0) are protected and cannot be deleted.

Troubleshooting

  • If the UI looks stale after an update, do a hard refresh: Ctrl+Shift+R.
  • If network actions fail, ensure Docker is running on Unraid.

Support