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
We have a bunch of tasks that use docker run and we occasionally update the image that it needs to run. It technically works but it ends up being pretty confusing because it looks like all of the tasks are stuck until docker finishes downloading the new image, which can take minutes.
Moon isn't showing the progress bars at all, probably because there's no tty. Whats the best way to make it obvious what's going on? Should I make a manual docker pull step that they all depend upon and somehow get that one to actually output progress (not sure how)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We have a bunch of tasks that use
docker run
and we occasionally update the image that it needs to run. It technically works but it ends up being pretty confusing because it looks like all of the tasks are stuck until docker finishes downloading the new image, which can take minutes.Moon isn't showing the progress bars at all, probably because there's no tty. Whats the best way to make it obvious what's going on? Should I make a manual docker pull step that they all depend upon and somehow get that one to actually output progress (not sure how)?
Beta Was this translation helpful? Give feedback.
All reactions