docker container start -ai code example
Example 1: docker run restart always
$ docker run --restart=always redis
Example 2: docker start container
$ docker start my_container
$ docker run --restart=always redis
$ docker start my_container