Dockerized LLVM (#1914)

Optionally build with dockererized custom llvm
This commit is contained in:
jackcmay
2018-11-28 14:41:53 -08:00
committed by GitHub
parent 55993ef0ce
commit 0c091c1b24
14 changed files with 137 additions and 8 deletions

View File

@ -0,0 +1,17 @@
## Minimal Solana Docker image
This image is automatically updated by CI
https://hub.docker.com/r/solanalabs/solana/
### Usage:
Run the latest beta image:
```bash
$ docker run --rm -p 8899:8899 solanalabs/solana:beta
```
Run the latest edge image:
```bash
$ 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.