by name
sudo docker start bob_the_container
or by Id
sudo docker start aa3f365f0f4e
this restarts stopped container, use -i to attach container's STDIN
or instead of -i you can attach to container session (if you run with -it)
sudo docker attach bob_the_container