This repository was archived by the owner on Oct 28, 2021. It is now read-only.
Commit 2741601
committed
docker: Add all tools to aleth docker image
This will additionally add: aleth-bootnode, aleth-key and aleth-vm. The aleth-key is probably useless but for simplicity it may stay.
The default entry point is still aleth.py, but you can use other tools as
```
docker run -it --rm --entrypoint /usr/bin/aleth-vm ethereum/aleth --version
aleth-vm 1.8.0-alpha.1-12+commit.43780e1c.dirty
Build: linux/release
```1 parent 43780e1 commit 2741601
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments