Networks
The Networks page lists container networks. A network lets workspaces on the same host communicate. Each network belongs to a single host.
The table
Section titled “The table”The table shows one row per network with these columns:
- Name
- Creator
- Host: with a live status indicator.
- Type: the host’s environment (
dockerorkubernetes). - Status: Pending, Created, or Error. Updates in real time as the agent reconciles the network.
- Last update
You can search by name, sort by name, creator, host, status, or last update, and page through results. A refresh button re-fetches the list.
Drivers
Section titled “Drivers”Networks use one of two drivers, set at creation:
- Bridge: the default Docker bridge network.
- Macvlan: attaches workspaces directly to a physical LAN. Used when a workspace needs an address on the host’s network (for example DHCP or RDP).
Actions
Section titled “Actions”- New network: opens the Create Network form.
- Delete: available from the row actions when you hold delete permission on the network. Deletion asks for confirmation.