Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishasl authored Sep 5, 2018
1 parent aadcf68 commit 78f029e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
Easily provision [odind](https://odinblockchain.org/) using [Docker](https://www.docker.com/)


## Quickstart from Docker Hub
```
docker run --rm -d --name=odind-docker odinblockchain/odind-docker
```


## Docker build and run
## Docker build and run from source
```
docker build -t odind-docker .
docker run --rm -d --name=odind-docker odind-docker
Expand Down

0 comments on commit 78f029e

Please sign in to comment.