I am working on a solution where I have to restart the azure edge runtime if one issue arrives inside the container.
Generally, the way to restart the azure iotedge service is, to run the bellow command in the host terminal
sudo ststemctl restart iotedge
how to achieve this inside of the container?