-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Machines Docker Networks
github-actions[bot] edited this page Aug 9, 2026
·
1 revision
Lists the docker networks on the machine.
ed machines docker networks [--json] <machine>
| Name | Type / values | Default | What it does |
|---|---|---|---|
<machine> |
machine name, ssh alias, id, or any unambiguous prefix | required | Which machine to ask. |
| Name | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emit JSON on stdout instead of the table. |
--help, -h
|
flag | off | Print the help for this command on stdout and exit 0. |
$ ed machines tuf docker networks
NAME DRIVER SCOPE
bridge bridge local
host host local
none null local
noveum-local-db_default bridge local
[
{
"driver": "bridge",
"id": "5b5aedee9cc4",
"name": "bridge",
"scope": "local"
},
{
"driver": "bridge",
"id": "a3f0be1c77d2",
"name": "noveum-local-db_default",
"scope": "local"
}
]id is the truncated twelve character id docker prints for networks, not the
full one: unlike ps and images, this command does not pass --no-trunc.
ed machines tuf docker networks
ed machines tuf docker networks --json | jq -r '.[] | select(.driver == "bridge") | .name'
Read only, 30 second ceiling, docker network ls --format '{{json .}}'. The
three built-in networks, bridge, host and none, are always listed and are
never touched by prune networks.
-
ed machines docker, the rest of this group - All
edcommands
Auto-generated from docs/, edit the docs in the repo, not the wiki.
CLI reference
Companion
- Deploy
- Concepts
- Concepts Memory
- Concepts Ingestion
- Concepts Search
- Concepts Chat
- Concepts Learning
- Concepts Brain
- Concepts Friend
- Hosts
- Stack
- Status
- Doctor
- Search
- Index
- Ingest
- Episodes
- Sync
- Observations
- Reflect
- Beliefs
- Ask
- Extract
- Claims
- Corroborate
- Runs
- Chat
- Conversations
- Forget
- Export
- Import
- Erase
- Wipe
- Episode
- Nightly
- Reason
- Personas
- Council
- Lenses
- Core
- Why
- Hypotheses
- Predictions
- Commitments
- Discrepancies
- Calibration
- Inquire
- Entities
- Eval
- Standup
- Machines
- Baselines
- Connectors
- Facts
- Correct
- Weekly
- Db
Guides