Skip to content

Instantly share code, notes, and snippets.

@MASDXI
Created November 21, 2022 05:37
Show Gist options
  • Save MASDXI/92fe995135a7998b6e34c98c78829a3c to your computer and use it in GitHub Desktop.
Save MASDXI/92fe995135a7998b6e34c98c78829a3c to your computer and use it in GitHub Desktop.
iroha v1 docker
#!usr/bin/bash
docker pull sirawitt42/iroha-1.5.0-rockdb:develop
git clone https://github.com/MASDXI/iroha.git -b masdxi/docker/hotfix
cd iroha
docker run --name iroha \
-d \
-p 50051:50051 \
-v $(pwd)/iroha/example:/opt/iroha_data \
-v blockstore:/tmp/block_store \
--network=iroha-network \
-e KEY='node0' \
sirawitt42/iroha-1.5.0-rockdb:develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment