Dockerized Steem images 0.14.0 are ready, 0.14.1 are building
As the subject says, 0.14.0 images are ready, and 0.14.1 are building...
Supported tags
Previous versions
Tags | Version | Base Image |
---|---|---|
0.13.0, 0.13.0-Ubuntu-xenial | 0.13.0 | Ubuntu 16.04 (Xenial) |
0.13.0-Ubuntu-trusty | 0.13.0 | Ubuntu 14.04 (Trusty) |
0.13.0-Debian-jessie | 0.13.0 | Debian 8.5 (Jessie) |
Available executables
/usr/local/bin/steemd
- Full node executable (default)
/usr/local/bin/steemd_lowmem
- Low memory node executable
/usr/local/bin/cli_wallet
- Command line interface
Executable can be specified by the STEEMD_EXEC
environment variable, for example:
docker run -e "STEEMD_EXEC=/usr/local/bin/steemd_lowmem" teego/steem-wallet
or as a command of a container:
docker run teego/steem-wallet /usr/local/bin/steemd_lowmem
Sources
See Dockerfiles on GitHub.
Great! I have a small feature request - can you also provide the image with the blockchain database that is already replayed? It is getting ages to replay on my slow machine ;-)
need to think about this
Thanks. If I remember correctly I noticed that you had a feature branch that stopped steemd after replaying was done but it is deleted now (I could not find it).
Well. Yeah. Need to think to return to this later when I have enough time.
Thanks for everything. I too would like a way to skip the resync - it takes hours and hours when Steemd on Windows takes 5 minutes.