You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the DMG and drag Orchard.app to your Applications folder
Launch Orchard from Applications
Changes
Added
Pull images by reference from non-Docker-Hub registries: the image search gains a pull-by-reference input, and references are canonicalized so by-reference and search-result pulls share progress tracking.
Docker Hub search now searches as you type (300ms debounce, Enter bypasses it) and paginates as you scroll.
Changed
Image sizes display consistently and pull progress is clearer, with failed pulls dismissible and retryable.
Multi-selection across containers, images, mounts, DNS domains, and networks: shift-click range selection, Command+A select-all, batch deletion, and a summary detail view for the selection (#53).
Fixed
The Run Container sheet now stays open when the run fails, so the configuration can be adjusted and retried; previously it dismissed regardless, leaving only the error alert.
When the container system is stopped or XPC is unreachable, Orchard no longer storms error dialogs from background refresh. Failed XPC connections surface as a clear "container service is unavailable" message, and after starting the system Orchard waits until the service is actually reachable before loading data.
Running containers' stop buttons in the menu-bar panel now respond on first click.