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