commit 85c827f444496ad40412850a27b1deeb0b4d4232 Author: Antonio Calanducci Date: Wed Nov 22 13:22:05 2023 +0100 first commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..a3bbed5 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM d4science/gcore-distribution + +RUN wget --no-check-certificatehttps://nexus.d4science.org/nexus/content/repositories/gcube-releases/org/gcube/resourcemanagement/vremodeler-service/2.0.6-4.3.0-144804/vremodeler-service-2.0.6-4.3.0-144804-full.gar && gcore-deploy-service vremodeler-service-2.0.6-4.3.0-144804-full.gar + diff --git a/README.md b/README.md new file mode 100644 index 0000000..882c7a9 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# VRE Modeler Docker image + +This repo contains the Dockerfile to build the image of the gCore VRE Modeler service + +## Build the image + +```shell +$ docker build -t vremodeler-image . +``` + +## Test the image + +```shell +$ docker container run --name d4science/gcore-vremodeler -image vremodeler-image +```