Lightweight and alpine-linux based alternative to the official Steem Docker Image.
367
Steem is a blockchain with transferable tokens. In addition to moving tokens from one place to another, Steem is also a text content and metadata database that applications or websites can connect to. Through these apps, Steem accounts can transact and interact with the Steem database. Instead of using cryptographic hashes as addresses like many blockchains do, user-chosen alphanumeric account names are used. With human readable account names, transactions can be made directly from an identity to an identity, making them easier to understand than hashes.
This image is a lightweight and alpine-linux based alternative to the official Steem Docker Image.
The image tags follow the names of the steem releases, but have an additional build number.
Example: The image 0.18.2-1 is the first image based on Steem version 0.18.2.
You can start the image by executing:
docker run bittrade/steem
In this case the steemd process will get started with the following parameters:
--p2p-endpoint=0.0.0.0:2001 --rpc-endpoint=0.0.0.0:8090 --replay-blockchain
And the data is not persitent.
The following environment variables are available:
| Variable | Default value | Description |
|---|---|---|
| STEEMD_ARGS | --p2p-endpoint=0.0.0.0:2001 --rpc-endpoint=0.0.0.0:8090 --replay-blockchain | The parameters passed to the steemd process. |
To persist the data the folder "/witness_node_data_dir" should be mapped.
If you face a problem with this image please contact dez1337 on Steemit or visit the GitHub Repository of this image to create a new issue.
Content type
Image
Digest
Size
94.9 MB
Last updated
over 9 years ago
docker pull bittrade/steem