docker -restart=alwats code example
Example 1: docker restart
sudo systemctl restart docker
Example 2: docker --restart example
# To limit retart attempt, add [:int]
docker run -d --restart=on-failure:3
sudo systemctl restart docker
# To limit retart attempt, add [:int]
docker run -d --restart=on-failure:3