Generates snapshots and actions lists daily for consumption of testnets
907
Simple tool to generate a snapshot daily for consumption of tinman testnets. The snapshot will live in an AWS S3 bucket.
Requirements: environment variable $S3_BUCKET must be set and an IAM Role that has access to this bucket must be applied to the instance running it.
usage:
docker run -d \
--env S3_BUCKET="$S3_BUCKET" \
--env AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" \
--env AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY" \
steemit/gigantor:latest

Content type
Image
Digest
Size
290.4 MB
Last updated
almost 8 years ago
docker pull steemit/gigantor