docker restart with provision code example
Example 1: docker start container
$ docker start my_container
Example 2: docker it flag
docker container run -it ubuntu bash
$ docker start my_container
docker container run -it ubuntu bash