forked from ARPASMR/rasdaman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrasdaman-cmd.txt
21 lines (20 loc) · 922 Bytes
/
rasdaman-cmd.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# define MYRMANDATA env variable
# for example export MYRMANDATA=`pwd`/data
# run this cmd line from where is the dockerfile
# $PROXY_USER è l'utente che ha accesso al proxy con la sua pwd
docker run -d --rm --name rasdaman \
-v $MYRMANDATA/sqlite:/opt/rasdaman/data \
-v $MYRMANDATA/etc_rasdaman:/opt/rasdaman/etc \
-v $MYRMANDATA/tomcat8_webapps:/var/lib/tomcat8/webapps \
-v $MYRMANDATA/demo_client:/var/www/html/demo_client \
-v $MYRMANDATA/fwi_grid:/opt/rasdaman/fwi_grid \
-v $MYRMANDATA/scripts:/opt/rasdaman/scripts \
-e “http_proxy=http://$PROXY_USER:$PROXY_PWD@proxy2.arpa.local:8080” \
-e “https_proxy=https://$PROXY_USER:$PROXY_PWD@proxy2.arpa.local:8080” \
-e "MINIO_ACCESS_KEY=$MINIO_ACCESS_KEY" \
-e "MINIO_SECRET_KEY=$MINIO_SECRET_KEY" \
-e "MINIO_HOST=$MINIO_HOST" \
-e "MINIO_PORT=$MINIO_PORT" \
--link rasdatabase \
-p 8080:8080 -p 808:80 -p 7001:7001\
rasdaman