Docker desktop cant handle user input

Hello docker community.
i’ve imaged an c# console app and made an image of it.
however when i contain it and try to run the container - it displays error and immidetly stop run, because the docker desktop container apperntly cant accept a console app with user input.

how can i run the container and being able to enter input?

A simple example is:

docker container run --rm -it debian bash

This starts a Debian container and then opens a console in bash. Maybe you should tell us in more detail what you are trying to do.

Yes, a bit more information is required. Are you running your C# app in a windows or linux container?
What sort of input are you trying to do?
Are you running it interactive or detached?