File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
cargo doc --workspace --exclude tikv-client-proto --document-private-items --no-deps
23
23
24
24
docker-pd :
25
- docker run -d -v $(pwd ) /config:/config --net=host --name pd --rm pingcap/pd:nightly --name " pd" --data-dir " pd" --client-urls " http://127.0.0.1:2379" --advertise-client-urls " http://127.0.0.1:2379" --config /config/pd.toml
25
+ docker run -d -v $(shell pwd) /config:/config --net=host --name pd --rm pingcap/pd:nightly --name " pd" --data-dir " pd" --client-urls " http://127.0.0.1:2379" --advertise-client-urls " http://127.0.0.1:2379" --config /config/pd.toml
26
26
27
27
docker-kv :
28
- docker run -d -v $(pwd ) /config:/config --net=host --name kv --rm --ulimit nofile=90000:90000 pingcap/tikv:nightly --pd-endpoints " 127.0.0.1:2379" --addr " 127.0.0.1:2378" --data-dir " kv" --config /config/tikv.toml
28
+ docker run -d -v $(shell pwd) /config:/config --net=host --name kv --rm --ulimit nofile=90000:90000 pingcap/tikv:nightly --pd-endpoints " 127.0.0.1:2379" --addr " 127.0.0.1:2378" --data-dir " kv" --config /config/tikv.toml
29
29
30
30
docker : docker-pd docker-kv
31
31
You can’t perform that action at this time.
0 commit comments