Sign inSign up

bittrade/steem

By bittrade

Updated over 9 years ago

Lightweight and alpine-linux based alternative to the official Steem Docker Image.

Image
0

367

bittrade/steem repository overview

Steem

What is Steem?

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.

Source - Wikipedia

This image is a lightweight and alpine-linux based alternative to the official Steem Docker Image.

Naming Pattern

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.

Start the image

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.

Environment variables

The following environment variables are available:

VariableDefault valueDescription
STEEMD_ARGS--p2p-endpoint=0.0.0.0:2001 --rpc-endpoint=0.0.0.0:8090 --replay-blockchainThe parameters passed to the steemd process.

Volumes

To persist the data the folder "/witness_node_data_dir" should be mapped.

Issues

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.

Tag summary

Content type

Image

Digest

Size

94.9 MB

Last updated

over 9 years ago

docker pull bittrade/steem