Docker control for induvial dockers in a stack #123
Replies: 9 comments 2 replies
-
Would love to see this, since it's very hard to debug something if every container in a stack spams to the same console. |
Beta Was this translation helpful? Give feedback.
-
+1 |
Beta Was this translation helpful? Give feedback.
-
+1 Having the option to control individual containers in a stack would make this perfect. |
Beta Was this translation helpful? Give feedback.
-
Agree! This would be an awesome addition, similar to "docker compose restart/start/stop myservice" |
Beta Was this translation helpful? Give feedback.
-
agreed, this would be a great feature |
Beta Was this translation helpful? Give feedback.
-
I have added start. stop, and restart buttons for the container component to allow for individual containers in a stack to be controlled individually. I got tired of having to restart an entire stack for one container due to a small configuration change in the container. I didn't want to start a new discussion but i'm happy to open a pull request if its within the scope of dockge for individual container control. also pushed a docker image with these changes. thejericko/dockge:latest if anyone wanted to test it or use it. branch can be found at: https://github.com/mizady/dockge/tree/container-control-buttons for further inspection. |
Beta Was this translation helpful? Give feedback.
-
This is what I am looking for as well. |
Beta Was this translation helpful? Give feedback.
-
This is the feature that keeps me from switching from completely Portainer. I will switch anyway because I want to have better control but that feature would be awesome (I am not sure why it is not there since the mechanism to restart/stop/etc the whole stack is already in place) |
Beta Was this translation helpful? Give feedback.
-
related: #245 |
Beta Was this translation helpful? Give feedback.
-
hello, would be nice to have controls (start, stop, log) for individual dockers in a stack. something like below picture.
Beta Was this translation helpful? Give feedback.
All reactions