docker start a stopped container code example
Example 1: docker start container
$ docker start my_container
Example 2: docker display stopped containers
#display all containers
docker ps -a
$ docker start my_container
#display all containers
docker ps -a