Bash prompt to running container

docker exec -t -i container_name /bin/bash

This is important and most likely any container you log into you will be running as root so can make local modifications to a running instance if needed.

Note Changes are transient and will disappear on next startup.