Skip to content

Commit

Permalink
readme: Add information how to use docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Aug 14, 2019
1 parent f756f29 commit 0dfc0bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ The codebase of _evmone_ is optimized to provide fast and efficient execution of

## Usage

### Building from source

To build the evmone EVMC module (shared library), test or benchmark.

```bash
Expand Down Expand Up @@ -55,6 +57,15 @@ The collection of tests comes from the evmone project.
evm-test ./evmone.so
```

### Docker

Docker images with evmone and modified geth are available on Docker Hub:
https://hub.docker.com/r/ethereum/evmone.

```bash
docker run --rm ethereum/evmone --vm.evm=libevmone.so
```

## Maintainer

Paweł Bylica [@chfast]
Expand Down

0 comments on commit 0dfc0bd

Please sign in to comment.