Skip to content

Commit

Permalink
Updated scripts with new env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hmusavi committed Nov 17, 2017
1 parent 0c9a944 commit 2583b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions start_ppm_ode_container.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run -it -v %DOCKER_SHARED_VOLUME%:/ppm_data -e DOCKER_HOST_IP=%DOCKER_HOST_IP% -e PPM_CONFIG_FILE=%PPM_CONFIG_FILE% jpoode_ppm:latest /cvdi-stream/docker-test/ppm.sh
2 changes: 1 addition & 1 deletion start_ppm_ode_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ cp $1 ${DOCKER_SHARED_VOLUME}/road_file.csv
# Copy the config to the test data.
cp $2 ${DOCKER_SHARED_VOLUME}/config.properties

docker run -it -v ${DOCKER_SHARED_VOLUME}:/ppm_data -e DOCKER_HOST_IP=${DOCKER_HOST_IP} jpoode_ppm:latest /cvdi-stream/docker-test/ppm.sh
docker run -it -v ${DOCKER_SHARED_VOLUME}:/ppm_data -e DOCKER_HOST_IP=${DOCKER_HOST_IP} -e PPM_CONFIG_FILE=${PPM_CONFIG_FILE} jpoode_ppm:latest /cvdi-stream/docker-test/ppm.sh

0 comments on commit 2583b5c

Please sign in to comment.