Merge pull request #3988 from yancyribbens/fix-docker-terminal-documentation

docs: add terminal symbol to docker readme example commands
This commit is contained in:
Olaoluwa Osuntokun 2020-02-17 14:37:12 -08:00 committed by GitHub
commit 3e9087a0f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,8 +64,8 @@ bitcoin into.
$ export NETWORK="simnet"
# Create persistent volumes for alice and bob.
docker volume create simnet_lnd_alice
docker volume create simnet_lnd_bob
$ docker volume create simnet_lnd_alice
$ docker volume create simnet_lnd_bob
# Run the "Alice" container and log into it:
$ docker-compose run -d --name alice --volume simnet_lnd_alice:/root/.lnd lnd