Skip to content

Commit

Permalink
fix: docker image in getting started guide (hyperledger-iroha#1244)
Browse files Browse the repository at this point in the history
Signed-off-by: Vyacheslav Bikbaev <[email protected]>
  • Loading branch information
laSinteZ authored and neewy committed Apr 17, 2018
1 parent bc4a0b5 commit 694b548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ command
-v blockstore:/tmp/block_store \
--network=iroha-network \
--entrypoint=/bin/bash \
hyperledger/iroha-docker:develop
hyperledger/iroha:x86_64-develop-latest
Let's look in detail what this command does:

Expand All @@ -116,10 +116,10 @@ Let's look in detail what this command does:
the container
- ``--network=iroha-network \`` adds our container to previously created
``iroha-network``, so Iroha and Postgres could see each other.
- ``--entrypoint=/bin/bash \`` Because ``hyperledger/iroha-docker`` has
- ``--entrypoint=/bin/bash \`` Because ``hyperledger/iroha`` has
the custom script which runs after starting the container, we want to
override it so we can start Iroha Daemon manually.
- ``hyperledger/iroha-docker:develop`` is the image which has the ``develop``
- ``hyperledger/iroha:x86_64-develop-latest`` is the image which has the ``develop``
branch.

Launching Iroha Daemon
Expand Down

0 comments on commit 694b548

Please sign in to comment.