docker: add terminal symbol to docker readme example commands
This commit is contained in:
parent
2cd26d7556
commit
1528ef8b85
@ -64,8 +64,8 @@ bitcoin into.
|
|||||||
$ export NETWORK="simnet"
|
$ export NETWORK="simnet"
|
||||||
|
|
||||||
# Create persistent volumes for alice and bob.
|
# Create persistent volumes for alice and bob.
|
||||||
docker volume create simnet_lnd_alice
|
$ docker volume create simnet_lnd_alice
|
||||||
docker volume create simnet_lnd_bob
|
$ docker volume create simnet_lnd_bob
|
||||||
|
|
||||||
# Run the "Alice" container and log into it:
|
# Run the "Alice" container and log into it:
|
||||||
$ docker-compose run -d --name alice --volume simnet_lnd_alice:/root/.lnd lnd
|
$ docker-compose run -d --name alice --volume simnet_lnd_alice:/root/.lnd lnd
|
||||||
|
Loading…
Reference in New Issue
Block a user