Skip to content

Commit 0dfc0bd

Browse files
committed
readme: Add information how to use docker images
1 parent f756f29 commit 0dfc0bd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The codebase of _evmone_ is optimized to provide fast and efficient execution of
2828

2929
## Usage
3030

31+
### Building from source
32+
3133
To build the evmone EVMC module (shared library), test or benchmark.
3234

3335
```bash
@@ -55,6 +57,15 @@ The collection of tests comes from the evmone project.
5557
evm-test ./evmone.so
5658
```
5759

60+
### Docker
61+
62+
Docker images with evmone and modified geth are available on Docker Hub:
63+
https://hub.docker.com/r/ethereum/evmone.
64+
65+
```bash
66+
docker run --rm ethereum/evmone --vm.evm=libevmone.so
67+
```
68+
5869
## Maintainer
5970

6071
Paweł Bylica [@chfast]

0 commit comments

Comments
 (0)