diff options
author | Patel, Ankitkumar <ankit@research.att.com> | 2018-05-30 19:36:22 -0400 |
---|---|---|
committer | Patel, Ankitkumar <ankit@research.att.com> | 2018-05-30 19:38:22 -0400 |
commit | 3d5f1a2a2348125a604040f8e7d59f95aba56dcf (patch) | |
tree | 4511e221c857f2ad46af3a1c4559138af0967b7b | |
parent | 020b98571653d0e9cb40fed7e46ebd883de368f0 (diff) |
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 <ankit@research.att.com>
-rw-r--r-- | boot/oof_vm_init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |