298bd6479a
* Add first leader to genesis entries, consume in genesis.sh * Set bootstrap leader in the bank on startup, remove instantiation of bootstrap leader from bin/fullnode * Remove need to initialize bootstrap leader in leader_scheduler, now can be read from genesis entries * Add separate interface new_with_leader() in mint for creating genesis leader entries |
||
---|---|---|
.. | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
build.sh | ||
entrypoint.sh |
README.md
Minimal Solana Docker image
This image is automatically updated by CI
https://hub.docker.com/r/solanalabs/solana/
Usage:
Run the latest beta image:
$ docker run --rm -p 8899:8899 solanalabs/solana:beta
Run the latest edge image:
$ docker run --rm -p 8899:8899 solanalabs/solana:edge
Port 8899 is the JSON RPC port, which is used by clients to communicate with the network.