abra app deploy
visualize image download process
#556
Loading…
x
Reference in New Issue
Block a user
No description provided.
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?
Sometimes the download of an docker image takes longer, escpecially for big images and slower VMs or networks. Afaik abra only displays the status
unknown
whereas it would be nice to inform users about the image download.Bonus would be to actually provide the progress of the image download
@simon I believe
preparing
is shown on theabra app deploy
output when downloading is happening? This output is taken directly from the runtime. I could take a look at that tho some time to confirm.The handling of output is very messy from the container runtime and is very time consuming and difficult to improve because we get so little usable information from it and in very random ways. If you check the standard
docker stack ...
output, it is not really that good either 😅It would be nice if we could improve this! Thanks for opening.