Replies: 1 comment 4 replies
-
The "container" way to do this is to treat containers as ephemeral instances. So what you do is to kill the old container and start a new one. The running containers are ephemeral and can be shut down and restarted at any time, new container instances started to handle increased load (which can be done automatically in a kubernetes cluster). |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hi All, I am running a docker container with external mysql DB and need to change my DB IP for some security reasons so changing the IP of my db machine is straight forward but how can i change my running container IP defined in JDBC DB URL.
E.g. my DB ip is 10.20.1.10 and now I want to change it to 10.20.3.10 with disturbing my dongle settings and already running DB values.
Can anyone help??
Thanks
Beta Was this translation helpful? Give feedback.
All reactions