Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debagnik/voting_on_blockchain
https://github.com/debagnik/voting_on_blockchain
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/debagnik/voting_on_blockchain
- Owner: Debagnik
- Created: 2021-10-18T15:45:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T07:51:07.000Z (7 months ago)
- Last Synced: 2024-06-14T08:59:32.156Z (7 months ago)
- Language: Python
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Docker.md
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