Restart container without triggering a new build #3560
thereis
started this conversation in
Improvement Requests
Replies: 7 comments 6 replies
|
This function would be extremely useful. Just because you change an Env Var, you don't necessarily have to make a new deployment. My docker compose stack is very extensive and it's really time-consuming to build. If you need 10-15 minutes for a new build every time just because you want to transfer a changed env var to the Docker container. |
1 reply
|
So this is only for docker-compose based applications & services, right? |
3 replies
|
In my case, yes, absolutely. And how about you @thereis ? |
2 replies
|
+1 |
0 replies
This would save me so much time when debugging reployments |
0 replies
|
+1 for this one! |
0 replies
|
+1 too |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It would be cool if we could have a feature where we can simply restart the container in the server rather than triggering a new build of it.
All reactions