I’ve got an image which runs a bash script which requires user input. The bash script then starts a long-running program.
Is it possible to call docker run -it <image> so that we can receive user input, then somehow detach the container, after user input has been received?
Sorry if this has been asked before, couldn’t find any topic which looked like this.