mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 00:18:38 -05:00
[Feature Request] Display Real-Time Docker Image Pull Progress in UI #1594
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dojoca on GitHub (Feb 14, 2026).
Problem Statement
When deploying stacks with large Docker images, clicking the "Deploy" button can result in a long wait with no visible feedback to the user. The UI appears to hang or be unresponsive while Docker is pulling multi-gigabyte images in the background. This creates a poor user experience as there's no way to know:
Current Behavior
Proposed Solution
Stream real-time Docker image pull progress to the UI, similar to what you see in a terminal when running
docker pullordocker compose pull. This would include:Essential Information:
Display Options:
Benefits
Technical Considerations
The underlying
docker compose pullanddocker pullcommands already output progress information to stdout. The solution would need to:Similar Existing Features
Komodo already streams logs and update information via websockets. This feature would extend that pattern to include Docker pull operations.
Alternatives Considered
Use Cases
Related Issues
Environment:
Priority: Quality of Life / User Experience improvement
@Snuupy commented on GitHub (Feb 24, 2026):
also mentioned here:
https://discord.com/channels/1272479750065094760/1272480037026660362/1396944037184802928
https://discord.com/channels/1272479750065094760/1272480037026660362/1396944037184802928
https://discord.com/channels/1272479750065094760/1272479750065094763/1469149711465451640
and related: https://github.com/moghtech/komodo/issues/77
@LordFransie commented on GitHub (Mar 9, 2026):
This would be a major QOL update for me.