I am using docker to create a tcserver instance and it is successfully stopped when I do
./tcruntime-ctl.sh stop
However, the instance is not successfully restarted when I do
./tcruntime-ctl.sh run
The reason being that PID file(PID=1) still present and not deleted
Please note that I am running the tcserver instance as a foreground process by using the run command