Commit 3b2a475
anh nguyen
Make Docker cleanup docs avoid table parsing
Use Docker filters and formatted image IDs so cleanup commands keep targeting LibreChat images without depending on human table columns.
Constraint: Docker images table output is not a stable parsing contract.
Rejected: Keep grep and awk parsing | column offsets can return the wrong field when output shape changes.
Confidence: high
Scope-risk: narrow
Directive: Prefer Docker CLI format/filter options over parsing human-readable tables.
Tested: rg confirmed old grep/awk cleanup pattern no longer appears; bun run build1 parent 8670c91 commit 3b2a475
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
0 commit comments