Exec
docker exec -it fastapi_api bash
- Enters 
dockerinteractive mode (-it) on image namedfastapi_apiand runs the commandbashfor the interactive session bashoverrides the defaul command of the docker file with is usually theCMDto start the image