Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/debagnik/voting_on_blockchain


https://github.com/debagnik/voting_on_blockchain

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

Step 1: create the Docker image:

docker build --tag vote-blocks:latest .

Step 2: create a container

docker create --name prototype --tty --interactive vote-blocks:latest

Step 3: run the container

docker start --attach --interactive prototype