Restarting Docker containers
In case where it has been determined that a specific container needs to be restarted, the systemctl command in Linux can be used. As all containers were configured to run as services, there is no need to perform any other items or specifying configuration parameters. To restart a container use the below example to format your command accordingly
BASH
systemctl restart <container_name>
e.g. systemctl restart suricata