Is there a way to add a prompt during the docker build process? Is there a way to add a prompt during the docker build process? shell shell

Is there a way to add a prompt during the docker build process?


Well, after searching around, there's not way to have a prompt during a docker build. It has been designed to be fully automated.

I'll do this step during the docker run then.

Thanks to a certain larsks on the IRC #docker group, there's an interesting read about these issues at https://github.com/GoogleCloudPlatform/kubernetes/issues/2030


Use expect command as it is like executing from a commandline. COPY expect script from docker host and run it.