Skip to content

Commit 42480d7

Browse files
readme: add docker image usage instructions
1 parent 46809bb commit 42480d7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ Since the faucet only uses the CLI binary, it is compatible with practically any
2828
$ curl https://get.starport.network/faucet! | bash
2929
```
3030

31+
### Use docker image
32+
33+
Use docker image `ghcr.io/tendermint/faucet`. You can use it in a Kubernetes pod with
34+
[shareProcessNamespace](https://kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/#configure-a-pod)
35+
or mount the chain binary using docker:
36+
37+
```bash
38+
$ docker run -it -v ~/go/bin/gaiad:/usr/local/bin/gaiad ghcr.io/tendermint/faucet
39+
```
40+
3141
### From Source
3242
You can build the faucet with:
3343

0 commit comments

Comments
 (0)