Replies: 31 comments 13 replies
-
I agree with that and I've always thought about adding this. IMO it should go further than just see the progress of pulling images, but being able to see the status of asynchronous tasks in Portainer (pulling an image, starting a container...) |
Beta Was this translation helpful? Give feedback.
-
Yea, kinda sad when the best way to monitor an async task, or to find out why an error is occurring in authentication is to This is a great app, but visibility into what is happening under the hood, even logging, is lacking. |
Beta Was this translation helpful? Give feedback.
-
ResearchFound this topic. It contains some examples of docker sdk usage, with code in Go, Python or using curl. @deviantony |
Beta Was this translation helpful? Give feedback.
-
We're only gonna tackle the pullImage operation stream with this issue. You shared an example on how to use the SDK to pull an image, Portainer is interacting with the Docker API directly (via https://docs.docker.com/engine/api/v1.39/#operation/ImageCreate which is super undocumented). This API endpoint actually streams a response and I wonder if we can handle it in the frontend or if we need to add an evolution on the backend to support this. Here is an interesting link about this API endpoint: https://stackoverflow.com/a/54559180/1127536 I did some research on this in the past and that was quite tricky/not possible to do (investigating things such as http://oboejs.com/). |
Beta Was this translation helpful? Give feedback.
-
Re-purposing this issue to cover the |
Beta Was this translation helpful? Give feedback.
-
Hi No news on this topic? |
Beta Was this translation helpful? Give feedback.
-
Hey, we don't currently have this in our roadmap, so there is no ETA on this at the moment unfortunately. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
As a temporary solution, we could add a small console output window below the button and just show the basic console output of docker right? It is not really elegant but it would show us all the required information and should not be too hard to implement. |
Beta Was this translation helpful? Give feedback.
-
Implemented?? |
Beta Was this translation helpful? Give feedback.
-
I do not think so. |
Beta Was this translation helpful? Give feedback.
-
Implemented? |
Beta Was this translation helpful? Give feedback.
-
Still no way to see progress? |
Beta Was this translation helpful? Give feedback.
-
Any update on this? |
Beta Was this translation helpful? Give feedback.
-
6 years and this highly requested feature is still nowhere to be seen with minimal feedback from the developers. At this point unless somebody implements it and creates a PR I do not think we are going to live to see this feature added. |
Beta Was this translation helpful? Give feedback.
-
New user from 30mn ago an totally agree ;) |
Beta Was this translation helpful? Give feedback.
-
progress bar, a feature so basic that it took 6 years and still hasn’t been implemented :( |
Beta Was this translation helpful? Give feedback.
-
I would love to see this implemented too! |
Beta Was this translation helpful? Give feedback.
-
I am using the stacks/create/standalone/repository API, but I also have similar doubts. When the image is large and the network speed is slow, I want to implement a process of canceling installation. Is there any solution? Or as everyone said, provide a progress bar? |
Beta Was this translation helpful? Give feedback.
-
I'm blown away that this hasn't made it further. It's like waiting an eternity watching that blue box with the spinning wheel. |
Beta Was this translation helpful? Give feedback.
-
When deploying "bigger" stacks this is very tedious. So seeing this is an issue since 2017 I don't understand why this has not been remediated in any way. Even a simple update like "fetching images 1/X" would be better than the current state... |
Beta Was this translation helpful? Give feedback.
-
Can it show the real-time speed of |
Beta Was this translation helpful? Give feedback.
-
@Nick-Portainer Any updates on this? Literally anything would be better than what we have now. Is there a log file I can |
Beta Was this translation helpful? Give feedback.
-
push |
Beta Was this translation helpful? Give feedback.
-
It would be a dream if raw output, similar to docker-compose up in the CLI, was available when deploying a stack. I would stick with the CLI for the time being until proper status output is implemented in Portainer. However, with the way Portainer names folders and how containers created via the CLI show up with limited rights in Portainer, this is also not really an option here which renders me unable to operate. |
Beta Was this translation helpful? Give feedback.
-
Guys, are you serious?! This is a really necessary feature. I can't see any download progress, warnings or errors from the Docker output. In the end I'm forced to use Docker compose CLI to create the stack, which makes Portainer useless for me. I am shocked that after 7 years of discussion there has been no progress on this issue! |
Beta Was this translation helpful? Give feedback.
-
I would really appreciate some form of progress indication, too. For my usecase mainly in regards to pulling images. Doesn't have to be too fancy imho - just something to let you at least roughly gauge how long it might take would be really nice. |
Beta Was this translation helpful? Give feedback.
-
Any news ? This is a feature i'd like to have too |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Currently, there is no way to see the progress of asynchronous tasks in Portainer, in the case of pulling or uploading images this can take a long time. If you browse off to another view you can miss the error messages quite easily.
Describe the solution you'd like
A way to view an overview of asynchronous tasks and their outcomes, such as a dashboard that could pop up from the bottom of the browser window with the click of a button or arrow. This should be accessible from any view in Portainer for convenience.
Additional context:
Previous issue description:
Beta Was this translation helpful? Give feedback.
All reactions