lazyapple — port of lazydocker for Apple Container #1401
g-battaglia
started this conversation in
Show and tell
Replies: 1 comment
-
|
Lol I started working on a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I ported lazydocker to Apple Container. The result is lazyapple, a TUI that wraps the
containerCLI to manage containers, images, volumes, and networks.Repo: https://github.com/g-battaglia/lazy-apple-container
The porting was done entirely with Claude Opus 4.6 (Anthropic). I took the lazydocker codebase and replaced all Docker calls with the
containerCLI, adapted the JSON parsing to match Apple Container's output format, and removed everything that's not (still) supported (compose, pause/unpause, events streaming, etc.).Note: This is just a port! All credit for the TUI framework, panel system, and keybindings goes to Jesse Duffield and his lazydocker!
Beta Was this translation helpful? Give feedback.
All reactions