-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Machines Docker Images
github-actions[bot] edited this page Aug 9, 2026
·
1 revision
Lists the images on the machine with their size.
ed machines docker images [--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 images
ID IMAGE SIZE
e97bf9531916 ghcr.io/open-webui/open-webui:main 5.1 GB
de3a4eab8fdf postgres:16-alpine 294 MB
93aa428db0ae postgres:17-alpine 297 MB
7ef7a41df1e0 lobehub/lobe-chat:latest 617 MB
9eafe528d67a redis/redis-stack:latest 895 MB
af182398db7c docker.elastic.co/kibana/kibana:9.0.0 1.2 GB
6cec5391a4c7 docker.elastic.co/elasticsearch/elasticsearch:9.0.0 1.4 GB
A top-level array, one object per image:
[
{
"createdSince": "12 days ago",
"dangling": false,
"id": "sha256:e97bf95319168ab7fdfc5bd1e869f6a1cf6349bdf6d3e8fe16c733d2ca473491",
"repository": "ghcr.io/open-webui/open-webui",
"shortID": "e97bf9531916",
"sizeBytes": 5090000000,
"tag": "main"
},
{
"createdSince": "4 weeks ago",
"dangling": false,
"id": "sha256:de3a4eab8fdfa507ea92aac488b916b08089e515db49b055fe71dfa271ba3a28",
"repository": "postgres",
"shortID": "de3a4eab8fdf",
"sizeBytes": 294000000,
"tag": "16-alpine"
}
]-
idkeeps docker'ssha256:prefix;shortIDstrips it and keeps twelve characters, which is what the table shows and whatrmitakes. -
danglingis true when eitherrepositoryortagis<none>, and the table prints such a row as<none>:<none>. -
sizeBytesis docker's human size parsed back into bytes. Docker prints decimal units, so5.09GBbecomes5090000000rather than a byte-exact figure, and the table then re-renders it as5.1 GB. -
createdSinceis docker's relative phrase, not a date.
ed machines tuf docker images
ed machines tuf docker images --json | jq -r '.[] | select(.dangling) | .shortID'
ed machines tuf docker images --json | jq 'map(.sizeBytes) | add'
Read only, 45 second ceiling. The remote command is
docker images --no-trunc --format '{{json .}}', with no -a, so intermediate
build layers are not listed. Dangling images are, and prune images takes them
along with every other image no container uses.
-
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