Cb-tumblebug: Error in `docker run ...` command

Created on 27 Sep 2021  路  4Comments  路  Source: cloud-barista/cb-tumblebug

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

  • Source version or branch:
  • OS:
  • Others:

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
:

bug documentation good first issue

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jihoon-seo picture jihoon-seo  路  4Comments

seokho-son picture seokho-son  路  5Comments

seokho-son picture seokho-son  路  5Comments

seokho-son picture seokho-son  路  5Comments

jihoon-seo picture jihoon-seo  路  5Comments