docker start interactive mode code example
Example 1: docker start container
$ docker start my_container
Example 2: docker how to run existing container
docker start <container-name/ID>
$ docker start my_container
docker start <container-name/ID>