dotnet ef database update I can not simply run this, because of Docker. Therefore, I want to go in the Web container and with a shell/bash run the command in there. In VS I can start Docker through the the play-button which launches everything for me (img)docker compose exec (or the ID or the name) I get the message that the given service isnt running even though it clearly is.dotnet ef database update. Only then I get the message that no Dotnet sdk is found?