mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +00:00
Minor: doc fixes (#3584)
This commit is contained in:
parent
f7a4c19656
commit
e90d7c69c5
@ -37,6 +37,7 @@ otherwise a new directory will be created by Docker.
|
|||||||
::
|
::
|
||||||
|
|
||||||
.
|
.
|
||||||
|
├── additional-node-infos
|
||||||
├── certificates
|
├── certificates
|
||||||
├── config
|
├── config
|
||||||
│ └── node.conf
|
│ └── node.conf
|
||||||
@ -48,4 +49,6 @@ otherwise a new directory will be created by Docker.
|
|||||||
docker run --rm -it -v ${PWD}/certificates:/certificates \
|
docker run --rm -it -v ${PWD}/certificates:/certificates \
|
||||||
-v ${PWD}/config:/config \
|
-v ${PWD}/config:/config \
|
||||||
-v ${PWD}/network-parameters:/network-parameters \
|
-v ${PWD}/network-parameters:/network-parameters \
|
||||||
-v ${PWD}/persistence.mv.db:/persistence.mv.db
|
-v ${PWD}/persistence.mv.db:/persistence.mv.db \
|
||||||
|
-v ${PWD}/additional-node-infos:/additional-node-infos \
|
||||||
|
<registry>/<image>:<tag>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user