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?
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?