start docker container from image code example
Example 1: start docker image
docker start centos
Example 2: docker how to run existing container
docker start <container-name/ID>
docker start centos
docker start <container-name/ID>