ethresearch / sharding-p2p-poc

Proof of Concept of Ethereum Serenity Peer-to-Peer Layer on libp2p PubSub System
40 stars 19 forks source link

Add Dockerfile #4

Closed ChihChengLiang closed 6 years ago

ChihChengLiang commented 6 years ago

Update: image successfully built, and add a test for successfully container run.

===Outdated=== The image can be successfully built, but the container can't run. The issue is possibly the build architecture.

standard_init_linux.go:190: exec user process caused "no such file or directory"
mhchia commented 6 years ago

Is it still WIP or able to be merged?

ChihChengLiang commented 6 years ago

I'm adding a test on it. There will be a build matrix in .travis.yml where docker build and native go are tested.

mhchia commented 6 years ago

Get it. Thanks a lot:)

ChihChengLiang commented 6 years ago

Ready for review and merge

ChihChengLiang commented 6 years ago

wait not yet ... something broke