A native macOS application for managing containers across multiple runtimes.
- Docker Desktop
- Podman
- Colima
- Remote Docker hosts
- Native SwiftUI interface designed for macOS
- Connect to multiple container runtimes simultaneously
- Monitor container status, logs, and resource usage
- Start, stop, and manage containers
- View container details and configuration
- Support for both local and remote container hosts
Containers is built with Swift and SwiftUI
- macOS 15.0 or later
- Xcode 16.0 or later
- One or more container runtimes (Docker, Podman, Colima, etc.)
xcodebuild -project Containers.xcodeproj -scheme Containers build
xcodebuild -project Containers.xcodeproj -scheme Containers test
MIT License