Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hi, we are using ANT build tool to build our application, our build.xml script file have multiple input parameter when we ran ANT then it asks multiple times yes/no questions… But same application we build using docker file then it do not ask any question. Please see my dockerfile sample below:
FROM openjdk:6
MAINTAINER shriyash
ENV CATALINA_HOME /usr/local/tomcat ENV PATH $CATALINA_HOME/bin:$PATH
RUN mkdir -p “$CATALINA_HOME”
WORKDIR $CATALINA_HOME
COPY tomcat $CATALINA_HOME
ENV ANT_HOME /usr/local/ant ENV PATH ${PATH}:/usr/local/ant/bin
ADD apache-ant-1.7.0 /usr/local/ant ADD TempProject /usr/local/TempProject
WORKDIR /usr/local/TempProject
RUN ant
so when ANT run inside docker file then it do not ask any question at console whereas in normal it asks.
we are using docker build command as below to build application (it makes images) docker build --tag=myApp .
Please guide us in which way we can get console input for images.
Thanks shriyash
a6309a057c3f4cb38fb2e7feb67236
72e571841e7f4a6881090a2f3e93c0
57a72a98162f46a5a5cd04d9b
Thomas Brocken
11575c6d695643cdb40ad47d0f1aea
tez.saad
keneucker
keneucker
max johnson
max johnson
crisdan