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 2222 cargo doc --workspace --exclude tikv-client-proto --document-private-items --no-deps
2323
2424docker-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
2626
2727docker-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
2929
3030docker : docker-pd docker-kv
3131
You can’t perform that action at this time.
0 commit comments