How do you restart a docker container code example
Example 1: docker run restart on boot
$ docker run -d --restart unless-stopped <image>
Example 2: docker --restart example
# To limit retart attempt, add [:int]
docker run -d --restart=on-failure:3