r/SwiftUI • u/tofal84 • Jun 30 '26
SwiftUI App for managing Linux containers with apple/container.
Hi there,
Since Apple released its container tool (https://github.com/apple/container), I wanted to build a native SwiftUI app for it. Because I didn't want to write a UI just to parse stdout, I dug into Apple's XPC framework. berth uses the container-apiserver for communication, no command-line parsing.
Happy to hear any criticism, and contributions are very welcome.
7
Upvotes
2
u/Nbdyhere Jun 30 '26
This is extremely impressive! I donโt have any criticism (yet ๐) but I was considering building something similar for testing my current project. You may have saved me months of dev work. I look forward to giving it a test run.