.
This commit is contained in:
@ -14,7 +14,7 @@ if ! docker volume inspect "${VOLUME_NAME}" &>/dev/null; then
|
||||
fi
|
||||
|
||||
# heredoc for config file. Have to use double quotes to substitute variables.
|
||||
docker run --rm -v ${VOLUME_NAME}:/data alpine sh -c "\
|
||||
docker run --rm -v ${VOLUME_NAME}:/data debian bash -c "\
|
||||
cat <<EOF > /data/sos_config.json
|
||||
{
|
||||
\"write_tokens\": [
|
||||
|
Reference in New Issue
Block a user