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
No. This is not possible. Use something like supervisord to get an ssh server if that's needed. Although, I definitely question the need.
supervisord