Skip to content

Commit

Permalink
add text
Browse files Browse the repository at this point in the history
  • Loading branch information
takemiyamakoto committed Jan 26, 2017
1 parent 6505813 commit 0d33b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ 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 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)```
3. on other 3 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 0d33b6a

Please sign in to comment.