creds to be taken from ~/.creds
This commit is contained in:
@@ -15,6 +15,7 @@ Cmd="${Cmd} --pull=always"
|
||||
Cmd="${Cmd} --network=host"
|
||||
Cmd="${Cmd} --name=crypto_md_day.${host}.${date}"
|
||||
Cmd="${Cmd} --rm"
|
||||
Cmd="${Cmd} --volume=${HOME}/.creds:/.creds"
|
||||
Cmd="${Cmd} ${DockerImage}"
|
||||
Cmd="${Cmd} -h ${host}"
|
||||
Cmd="${Cmd} -d ${date}"
|
||||
|
||||
@@ -91,6 +91,7 @@ Cmd="${Cmd} --network=host"
|
||||
Cmd="${Cmd} --name=${ContainerName}"
|
||||
Cmd="${Cmd} --rm"
|
||||
Cmd="${Cmd} --volume=${LogDir}:/logs"
|
||||
Cmd="${Cmd} --volume=${HOME}/.creds:/.creds"
|
||||
Cmd="${Cmd} ${DockerImage}"
|
||||
Cmd="${Cmd} -d ${date_to_load}"
|
||||
if [ -n "${NumSymbols}" ]; then
|
||||
|
||||
@@ -96,6 +96,7 @@ Cmd="${Cmd} --network=host"
|
||||
Cmd="${Cmd} --name=${ContainerName}"
|
||||
Cmd="${Cmd} --rm"
|
||||
Cmd="${Cmd} --volume=${LogDir}:/logs"
|
||||
Cmd="${Cmd} --volume=${HOME}/.creds:/.creds"
|
||||
Cmd="${Cmd} ${DockerImage}"
|
||||
Cmd="${Cmd} -d ${date_to_load}"
|
||||
Cmd="${Cmd} -S ${Symbols}"
|
||||
|
||||
Reference in New Issue
Block a user