Skip to content

Commit

Permalink
Fix README (#349)
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Puchyr <[email protected]>
  • Loading branch information
davepuchyr and Dave Puchyr authored Sep 8, 2020
1 parent 40e5bd7 commit a0048b4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# IOV Name Service (IOVNS)
This repo contains the IOV Name Service daemon (iovnsd) and command-line interface (iovnscli) built on top of the cosmos-sdk.

## Running via docker image
## Running iovnsd
```shell script
# make the apps
make build
# build docker script
docker build -t iovns .
# initialize chain
bash scripts/init.sh
# run docker iovnsd
docker run -it -p 127.0.0.1:46657:26657 -p 127.0.0.1:46656:26656 \
-v ~/.iovnsd:/.iovnsd -v ~/.iovnscli:/.iovnscli -u `id -u $USER` \
iovns iovnsd start
bash scripts/entrypoint.sh
```

0 comments on commit a0048b4

Please sign in to comment.