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
Is your feature request related to a problem? Please describe.
I'm always frustrated when I try to update the images in swarm, it tooks too much time and if my images size is too lange it gives timeout! so I ssh to every node to update the image manually or I ssh to manager and update service (docker service update --image myimage --with-registry-auth).
Describe the solution you'd like
I would like to have an interface (example : add this to Images tap) shows all images downloaded in manager and also other nodes in the swarm grouped by node, so I can know what node needs to be updated, also It will be great if you put buttons (commands) to pull image to every node in the swarm.
This discussion was converted from issue #2140 on July 27, 2023 04:23.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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
-
Is your feature request related to a problem? Please describe.
I'm always frustrated when I try to update the images in swarm, it tooks too much time and if my images size is too lange it gives timeout! so I ssh to every node to update the image manually or I ssh to manager and update service (docker service update --image myimage --with-registry-auth).
Describe the solution you'd like
I would like to have an interface (example : add this to Images tap) shows all images downloaded in manager and also other nodes in the swarm grouped by node, so I can know what node needs to be updated, also It will be great if you put buttons (commands) to pull image to every node in the swarm.
Beta Was this translation helpful? Give feedback.
All reactions