Skip to content

Commit

Permalink
add more explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
takemiyamakoto committed Jan 26, 2017
1 parent 33e62b5 commit 6505813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ Merges to master are automatically deployed to dockerhub at
0. Install docker (at least version 1.13)
1. ```docker pull hyperledger/iroha-docker```
2. on master node: ```docker swarm init --advertise-addr=(insert IP here)``
3. on other nodes: ```docker swarm join —token=(insert token here)```
2. on master node: ```docker swarm init --advertise-addr=(insert master node IP here)``
3. on other nodes: ```docker swarm join —token=(insert token here, printed out from the previous step on the master node)```
4. on master node: ```docker network create -d overlay iroha-network```
5. on master node:

Expand Down

0 comments on commit 6505813

Please sign in to comment.