In practice to start a container I do:
docker run a8asd8f9asdf0
If thats the case, what does:
docker start
run - Create a container using image and Start the same. (Create & Start)
start - Start the container(s) in docker list which was in stopped state.