0

I am trying to remote access(using RAD) a websphere application server which is running inside a container . I am able to see in RAD that the server is started after creating a remote profile for the server in my local . But I can't start the server once its down . After some investigation I realized its because once the application server is stopped from remote machine , my local machine cant talk to that container anymore (although the container is still up and running). Is it possible to persist the connection even thought the app server is down but the container is still up and running ?

  • Did you try `docker run --restart always`? – jwhb Sep 20 '21 at 11:10
  • No I did not but just to be clear , containers are always running its just the application server is brought down and then I cannot start it from the RAD(container WAS instance at local) . Not sure what would this command do . Can you please explain – boyhenryalpha Sep 20 '21 at 14:02
  • Ok so after understanding docker run --restart always . I think this is when you want to automatically restart your docker containers . But in my case container is always running – boyhenryalpha Sep 20 '21 at 14:05

0 Answers0