Dear all,
as I have mentioned in my previous question my aim is to conduct LCA calculations at a gdt server in a Docker container. In my case the model image approach is the most suitable approach. Regarding the database I prefer the solution where only the necessary datasets from the model established in the GUI are exported.to a ZIP file.
My question concerns the implementation of the database into the image. The example in the documentation states that the database is integrated by the -db attribute in the docker run command. Can the previously extracted Zip file be used directly??
docker run \
-v $HOME/openLCA-data-1.4:/app/data \
-m 4gb -it --rm \
gdt-server \
-db example --readonly
What is the meaning of the -v attribute? I hope that the path$HOMEopenLCA-data-1.4:/app/data refers to a folder within the container at execution, right?
I hope anybody can help me on that...
Kind regards,
Dieter