So my program has a condition like
While(not 'e'){
ask the user to input a string
}
So when I build an image for my program and try to run it via docker run I run into an infinite loop without even getting a chance to enter in my input.
I am fairly new to docker, please can you tell me why that might be happening.