systemctl start docker.service
#(OR)
systemctl start docker
# it will start docker
$ docker start my_container
sudo /etc/init.d/docker start
systemctl start docker.service
#(OR)
systemctl start docker
# it will start docker
$ docker start my_container
docker start -a <container_id>
$ docker start <container_id>