HyperBEAM Docker is a Docker image built by p10node to launch a HyperBEAM node quickly.
1.8K
HyperBEAM Docker is a Docker image built by p10node to quickly launch a HyperBEAM node. With just a single Docker command, you can get started without having to install any complex dependencies.
Repository: https://github.com/p10node/hyperbeam-docker
tee wallet.json >/dev/null << EOF
<your wallet content>
EOF
docker run -d -v ./wallet.json:/app/wallet.json \
--name hb -p 8080:8080 p10node/arweave-hb:latest
685.9 MB1.2 GBdocker run -d -v ./wallet.json:/app/wallet.json \
--name hb -p 8080:8080 p10node/arweave-hb:latest
CUSTOM_PORT=10000
docker run -d -v ./wallet.json:/app/wallet.json \
--name hb -p $CUSTOM_PORT:8080 p10node/arweave-hb:latest
Clone this repo, custom config.flat, Dockerfile, then rebuild
make rebuild
make stop
# or
docker stop hb
docker rm hb
MIT
Content type
Image
Digest
sha256:474cbaca1…
Size
1.2 GB
Last updated
12 months ago
docker pull p10node/arweave-hb