docker exec command allow running commands inside running containers.
docker exec -ti CONTAINER_ID /bin/bash
See docker