I was able to successfully start up a DSE Ops Center docker container, and then subsequently link a DSE server docker container to it following the instructions here. However, is there a way to go in the reverse direction with a pre-existing DSE server container, and then link the DSE OpsCenter to it?
Use case would be for example, if you have DSE server and OpsCenter containers already running, and then the OpsCenter gets messed up or goes down for whatever reason, and you have to remove it. I can start OpsCenter again doing `docker run`, but now they aren't linked. Do I have to now stop and remove the DSE Server container as well so that I can link it again?
I'm sure there must be a way to link a preexisting DSE Server to a new OpsCenter but am just having a hard time finding how to do that.