Terminal on the Docker Desktop for windows not functional

I created containers and everything is fine. ran my docker commands from my githbash and everything is okay, but i cant run same commands on the terminal in the docker desktop. If i run the command “docker”, it comes back with not found, and any command i run

Please let me know the navigation steps to open the terminal.

Could it be that the terminal you are referring to is a terminal inside a container?

Context is important: if the terminal is opened in the host context, all host commands will be available, if the terminal is opened in a container context, no host command will be available.

Thanks, yes the terminal am trying to open is in a container