docker run restart alwayt code example
Example 1: docker restart
sudo systemctl restart docker
Example 2: docker run restart on boot
$ docker run -d --restart unless-stopped
sudo systemctl restart docker
$ docker run -d --restart unless-stopped