how to start container in docker code example
Example 1: how to start docker
systemctl start docker.service
#(OR)
systemctl start docker
# it will start docker
Example 2: docker start container
$ docker start my_container
Example 3: docker start container
docker start -a
Example 4: start a docker container
$ docker start