How to upgrade Jenkins which is running in a docker container withour losing any data?
So the problem is my Jenkins is running on a docker container and that Jenkins needs update. So that cannot happen while this Jenkins is running. If I download the latest Jenkins image , I will have to spin up a new container and new container will not contain the jobs that I had in the previous one. Can someone help here ?