I was naively expecting this command to run a bash shell in a running container :
docker run \"id of running container\" /bin/bash
it look
Just do
docker attach container_name
As mentioned in the comments, to detach from the container without stopping it, type Ctrlpthen Ctrlq.