From 3d5f1a2a2348125a604040f8e7d59f95aba56dcf Mon Sep 17 00:00:00 2001 From: "Patel, Ankitkumar" Date: Wed, 30 May 2018 19:36:22 -0400 Subject: [PATCH] Updated the mounting path for the OSDF config. Updated the mounting point for the OSDF config. Issue-ID: INT-144 Change-Id: Id5f245282bc8bc770c23192a25e4dd90c90a3a01 Signed-off-by: Patel, Ankitkumar --- boot/oof_vm_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/oof_vm_init.sh b/boot/oof_vm_init.sh index 241c484f..f7ce92d0 100644 --- a/boot/oof_vm_init.sh +++ b/boot/oof_vm_init.sh @@ -94,7 +94,7 @@ osdfCMSchedulerPassword: testpwd1 NEWFILE -docker run -d --name osdf -v $OSDF_CONFIG:/optf/config/osdf_config.yaml -p 8698:8699 ${OSDF_IMAGE_NAME}:latest +docker run -d --name osdf -v $OSDF_CONFIG:/opt/app/config/osdf_config.yaml -p 8698:8699 ${OSDF_IMAGE_NAME}:latest # install MUSIC # create directory for music properties and logs -- 2.16.6