What happened
:
In https://github.com/cloud-barista/cb-tumblebug#2-旎厡鞚措剤-旮半皹-鞁ろ枆 ,
local path to mount is hardcoded as /root/.
docker run -p 1323:1323 -p 50252:50252 \
-v /root/go/src/github.com/cloud-barista/cb-tumblebug/meta_db:/app/meta_db \
--name cb-tumblebug \
cloudbaristaorg/cb-tumblebug:0.4.xx
What you expected to happen
:
How to reproduce it (as minimally and precisely as possible)
:
Anything else we need to know?
:
Environment
Proposed solution
:
Update README.md to:
docker run -p 1323:1323 -p 50252:50252 \
-v ${HOME}/go/src/github.com/cloud-barista/cb-tumblebug/meta_db:/app/meta_db \
--name cb-tumblebug \
cloudbaristaorg/cb-tumblebug:0.4.xx
Any other context
:
I want to work on this issue
@Jayita10 I am happy to see a new contributor !!
Sure, you can work on this issue :)
Let me assign you to this issue.
/assign @Jayita10
/close