File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ Use the docker mode to run BanyanDB containerized.
2424# The compatible version number could be found in /config/bydb.dependencies.properties
2525export BYDB_VERSION=xxx
2626
27- docker pull apache/skywalking-banyandb:{BYDB_VERSION}
27+ docker pull apache/skywalking-banyandb:$ {BYDB_VERSION}
2828
2929docker run -d \
3030 -p 17912:17912 \
3131 -p 17913:17913 \
3232 --name banyandb \
33- apache/skywalking-banyandb:{BYDB_VERSION} \
33+ apache/skywalking-banyandb:$ {BYDB_VERSION} \
3434 standalone
3535```
3636
Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ Use the docker mode to run BanyanDB containerized.
100100# The compatible version number could be found in /config/bydb.dependencies.properties
101101export BYDB_VERSION=xxx
102102
103- docker pull apache/skywalking-banyandb:{BYDB_VERSION}
103+ docker pull apache/skywalking-banyandb:$ {BYDB_VERSION}
104104
105105docker run -d \
106106 -p 17912:17912 \
107107 -p 17913:17913 \
108108 --name banyandb \
109- apache/skywalking-banyandb:{BYDB_VERSION} \
109+ apache/skywalking-banyandb:$ {BYDB_VERSION} \
110110 standalone
111111```
112112
You can’t perform that action at this time.
0 commit comments