From cd3616edbbbfacfb3ee80c6fb297808922ca6229 Mon Sep 17 00:00:00 2001 From: Will Roscoe Date: Sat, 10 Aug 2019 19:32:55 -0700 Subject: [PATCH] fixed errant instruction command This instruction did not get updated when the docker-compose file removed the `alice` service. This changes makes it work and is consistent with the previous instructions. --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 03f2b82e..474188c5 100644 --- a/docker/README.md +++ b/docker/README.md @@ -307,7 +307,7 @@ The `Faucet` node address can be found at the [Faucet Lightning Community webpag ```bash # Run "Alice" container and log into it: -$ docker-compose up -d "alice"; docker exec -i -t "alice" bash +$ docker-compose run -d --name alice lnd_btc; docker exec -i -t "alice" bash # Connect "Alice" to the "Faucet" node: alice$ lncli --network=testnet connect @