Possible to change the network of an exited container?

Hi there,

unfortunately some tools I have to use are using bad scripts which don’t create proper networks, containers and volumes. Therefore after a shutdown I cannot bring it up properly again.

At the moment I am trying to access a previously working instance. I can see two exited containers which I need to access but I cannot bring them up again because the network doesn’t exists anymore (which is the error message on docker start containerid).

Therefore my question is: Is it possible to change the network of these exited when starting them again?