[Notice] Please run evm_tendermint_node first.
$ docker build -t web3_to_evmlite .
$ docker run -tid --name provider -p 8545:8545 --link node web3_to_evmlite
attach the container
$ docker exec -ti provider bash
check the logs (in container)
root@<container>:# tail -f logs/provider.log
check the test.js as the web3.js template