ibm-silvergate / netcomposer

Hyperledger Fabric Network bootstrapping made simple for experimentation, development and testing
Apache License 2.0
13 stars 6 forks source link

Dockerize the Build of the Network Artifacts #33

Closed erNail closed 1 year ago

erNail commented 4 years ago

It might make sense to dockerize the build of the network artifacts (go run main.go). This way, a local go installation is not required. It would be simple to realise, we just need a GoLang Docker Container, which has the netcomposer root as volume.

jeroiraz commented 4 years ago

yes, it should fetch cryptogen and configtxgen binaries when the image is build. But it will simplify the use of this tool given docker will be already in your dev env