We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to start the default database sever using $TIEFVISION_HOME/src/h2/service start it gives me the following output : sudo docker build -t paucarre/tiefvision-db src/h2 Sending build context to Docker daemon 6.144kB Step 1/6 : FROM openjdk:8-alpine ---> a8bd10541772 Step 2/6 : ENV H2_VERSION 1.4.192 ---> Using cache ---> 460b2748551c Step 3/6 : COPY create-tables.sql /root/create-tables.sql ---> Using cache ---> 93cdd30bba8d Step 4/6 : RUN mkdir /opt && wget http://repo1.maven.org/maven2/com/h2database/h2/$H2_VERSION/h2-$H2_VERSION.jar -O /opt/h2.jar -q ---> Using cache ---> 1018cb636893 Step 5/6 : EXPOSE 8082 9092 ---> Using cache ---> 6028d83bd5d3 Step 6/6 : ENTRYPOINT java -cp /opt/h2.jar org.h2.tools.RunScript -url jdbc:h2:~/tiefvision -user sa -script /root/create-tables.sql && java -cp /opt/h2.jar org.h2.tools.Server -tcp -tcpAllowOthers -web -webAllowOthers ---> Using cache ---> 983d0439189e Successfully built 983d0439189e Successfully tagged paucarre/tiefvision-db:latest
but when i try to open http://localhost:9000/bounding_box it gives me an following error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to start the default database sever using $TIEFVISION_HOME/src/h2/service start
it gives me the following output :
sudo docker build -t paucarre/tiefvision-db src/h2
Sending build context to Docker daemon 6.144kB
Step 1/6 : FROM openjdk:8-alpine
---> a8bd10541772
Step 2/6 : ENV H2_VERSION 1.4.192
---> Using cache
---> 460b2748551c
Step 3/6 : COPY create-tables.sql /root/create-tables.sql
---> Using cache
---> 93cdd30bba8d
Step 4/6 : RUN mkdir /opt && wget http://repo1.maven.org/maven2/com/h2database/h2/$H2_VERSION/h2-$H2_VERSION.jar -O /opt/h2.jar -q
---> Using cache
---> 1018cb636893
Step 5/6 : EXPOSE 8082 9092
---> Using cache
---> 6028d83bd5d3
Step 6/6 : ENTRYPOINT java -cp /opt/h2.jar org.h2.tools.RunScript -url jdbc:h2:~/tiefvision -user sa -script /root/create-tables.sql && java -cp /opt/h2.jar org.h2.tools.Server -tcp -tcpAllowOthers -web -webAllowOthers
---> Using cache
---> 983d0439189e
Successfully built 983d0439189e
Successfully tagged paucarre/tiefvision-db:latest
but when i try to open http://localhost:9000/bounding_box it gives me an following error
The text was updated successfully, but these errors were encountered: