Skip to content

Commit

Permalink
added the proxy example run command
Browse files Browse the repository at this point in the history
  • Loading branch information
metzgerpatrick committed Nov 27, 2019
1 parent 090de75 commit 64bf83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miracum_pipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ docker run -it --name run-miracum-pipeline --rm ${TMP_RAM} ${VOLUME_CONF} \
-v "$(pwd)/databases:${DIR_MIRACUM}/databases" ${PARAM_DOCKER_REPO_NAME}:"${PIPELINE_VERSION}" "${DIR_MIRACUM}/miracum_pipe.sh" ${opt_args}

# for running behind a proxy use this commad and fill in your proxy
#docker run -it --env http_proxy="http://proxy.url.de:port" --env https_proxy="http://proxy.url.de:port" --name run-miracum-pipeline --rm ${TMP_RAM} ${VOLUME_CONF} \
#docker run -it --env http_proxy="http://proxy.server.de:port" --env https_proxy="http://proxy.server.de:port" --name run-miracum-pipeline --rm ${TMP_RAM} ${VOLUME_CONF} \
# -u $(id -u $USER) \
# -v "$(pwd)/assets/input:${DIR_MIRACUM}/assets/input" \
# -v "$(pwd)/assets/output:${DIR_MIRACUM}/assets/output" \
Expand Down

0 comments on commit 64bf83f

Please sign in to comment.